Skip to content

Commit

Permalink
chore: remove entityURL (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Oct 17, 2024
1 parent f0c913a commit 3efbee7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/config/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export interface DataSourceConfig {
defaultParams?: {
catalog: string;
};
entityURL?: string;
url: string;
}

Expand Down
9 changes: 0 additions & 9 deletions src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ export function getDefaultListParams():
return { ...defaultListParams, ...defaultParams };
}

/**
* Returns entity source URL.
* @returns entity source URL.
*/
export function getEntityURL(): string {
const dataSource = getConfig().dataSource;
return dataSource.entityURL || dataSource.url;
}

/**
* Returns application URL.
* @returns application url.
Expand Down

0 comments on commit 3efbee7

Please sign in to comment.