generated from Luis/nextjs-python-web-template
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>
10 lines
236 B
TypeScript
10 lines
236 B
TypeScript
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 };
|