first commit

This commit is contained in:
2026-01-26 10:14:10 +03:30
commit 9a995d5109
160 changed files with 34879 additions and 0 deletions

16
src/routes/paths.ts Normal file
View 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";