Explorar el Código

PATH修正

develop
sosuke.iwabuchi hace 1 año
padre
commit
96f60e5470
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/routes/path.ts

+ 1
- 1
src/routes/path.ts Ver fichero

@@ -78,7 +78,7 @@ const PATHS = {
[makePathKey(PageID.LOGOUT)]: "/logout",
[makePathKey(PageID.成り代わり終了)]: "/role/switch/end",

[makePathKey(PageID.QRサービス券発行申請)]: "/qr-service/acquitision/:token",
[makePathKey(PageID.QRサービス券発行申請)]: "/qr-service/acquisition/:token",
[makePathKey(PageID.QRサービス券承認)]: "/qr-service/certificate/:data",

// ダッシュボード----------------


Cargando…
Cancelar
Guardar