FPSMS-frontend
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

routes.ts 236 B

1 개월 전
1 개월 전
12345678910111213141516
  1. export const PRIVATE_ROUTES = [
  2. "/analytics",
  3. "/dashboard",
  4. "/m18Syn",
  5. "/testing",
  6. "/jo/testing",
  7. "/ps",
  8. "/bagPrint",
  9. "/laserPrint",
  10. "/report",
  11. "/invoice",
  12. "/projects",
  13. "/tasks",
  14. "/settings",
  15. "/material",
  16. ];