14 lines
324 B
TypeScript
14 lines
324 B
TypeScript
export const collectionSlug = 'endpoints'
|
|
|
|
export const globalSlug = 'global-endpoints'
|
|
|
|
export const globalEndpoint = 'global'
|
|
|
|
export const applicationEndpoint = 'path'
|
|
|
|
export const rootEndpoint = 'root'
|
|
|
|
export const noEndpointsCollectionSlug = 'no-endpoints'
|
|
|
|
export const noEndpointsGlobalSlug = 'global-no-endpoints'
|