mirror of
https://github.com/logto-io/logto.git
synced 2025-02-10 21:58:23 -05:00
11 lines
409 B
TypeScript
11 lines
409 B
TypeScript
/**
|
|
* In OSS:
|
|
*
|
|
* - Only one single user tenant (`default`) is available.
|
|
* - Admin tenant and Admin Console share one endpoint (`ADMIN_ENDPOINT`).
|
|
*
|
|
* There's no need to parse tenant ID from the first path segment in OSS, and the segment should be a fixed value.
|
|
*
|
|
* If we use `/default`, the URL will look ugly; thus we keep the old fashion `/console`.
|
|
*/
|
|
export const ossConsolePath = '/console';
|