mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
cleared out comments
This commit is contained in:
parent
754e11cbcc
commit
bef08be3d5
4 changed files with 17 additions and 14 deletions
10
src/constants/urls.ts
Normal file
10
src/constants/urls.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
export const URLS = {
|
||||
BASE: '/',
|
||||
AUTH: {
|
||||
LOGIN: '/auth/login',
|
||||
},
|
||||
EXAMPLES: {
|
||||
EDITOR: '/examples/edit',
|
||||
IMAGE: '/examples/image',
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue