1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/constants/urls.ts
2019-11-07 12:13:05 +07:00

22 lines
384 B
TypeScript

export const URLS = {
BASE: '/',
AUTH: {
LOGIN: '/auth/login',
},
EXAMPLES: {
EDITOR: '/examples/edit',
IMAGE: '/examples/image',
},
NODE_URL: (id: number | string) => `/post${id}`,
};
export const PRESETS = {
'1400': '1400',
'900': '900',
'600': '600',
'300': '300',
'100': '100',
placeholder: 'placeholder',
cover: 'cover',
hero: 'hero',
};