bill 1 tahun lalu
induk
melakukan
2467028f87
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/env/index.ts

+ 2 - 2
src/env/index.ts

@@ -60,8 +60,8 @@ export const appStyleImport = {
 export const appBackRoot = {
   [appType.fire]: "/fire",
   [appType.xmfire]: "/xmfire",
-  [appType.criminal]: "/criminal",
-  [appType.police]: "/criminal"
+  [appType.criminal]: "/",
+  [appType.police]: "/"
 }
 export const routeIncludeFire = (type: appType) => 
   [appType.fire, appType.xmfire].includes(type)