generated from Luis/nextjs-python-web-template
Before Milestone Meeting Final Changes (#40)
some final fixes before the demo Co-authored-by: Luis-Hebendanz <consulting@qube.email> Reviewed-on: #40 Co-authored-by: sara-pervana <saramakishti@gmail.com> Co-committed-by: sara-pervana <saramakishti@gmail.com>
This commit was merged in pull request #40.
This commit is contained in:
9
pkgs/ui/src/constants/index.ts
Normal file
9
pkgs/ui/src/constants/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
const BASE_URL = "http://localhost:2979/api/v1";
|
||||
|
||||
// Home View
|
||||
const HOME_VIEW_TABLE = "/get_entities";
|
||||
|
||||
// Access Point
|
||||
const SERVICE_REPOSITORY_URL = "/get_repositories";
|
||||
|
||||
export { BASE_URL, HOME_VIEW_TABLE, SERVICE_REPOSITORY_URL };
|
||||
Reference in New Issue
Block a user