first commit
This commit is contained in:
16
src/routes/paths.ts
Normal file
16
src/routes/paths.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
//General
|
||||
export const HOME = "/";
|
||||
export const PROFILE = "/profile";
|
||||
export const MENU = "/menu";
|
||||
|
||||
//Inspection specific
|
||||
export const USERS = "/users";
|
||||
export const STATICS = "/statics";
|
||||
export const USER_INSPECTIONS = "/inspections";
|
||||
export const AUTO_LOGIN = "/autologin";
|
||||
export const AUTO_LOGIN_WITH_PARAMS = "/autologin/:key/:province";
|
||||
|
||||
//National info specific
|
||||
export const NATIONAL_INFO = "/nationalinfo";
|
||||
export const LADING_INFO = "/ladinginfo";
|
||||
export const VETERINARY_TRANSFER = "/veterinarytransfer";
|
||||
Reference in New Issue
Block a user