Files
mixtape/zero.Backoffice.UI/app/options.ts
T

9 lines
137 B
TypeScript
Raw Normal View History

2021-12-13 14:28:25 +01:00
export const paths = {
root: '/zero',
2021-12-14 13:33:23 +01:00
api: '/zero/api/{app}'
};
//export const blueprinting = {
// sharedQuery: 'zero.shared'
//};