From 96f60e547050f2a18637b1fe7ce49a981246251e Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Wed, 3 Apr 2024 09:51:54 +0900 Subject: [PATCH] =?UTF-8?q?PATH=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/path.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/path.ts b/src/routes/path.ts index c3d5fde..1c252f1 100644 --- a/src/routes/path.ts +++ b/src/routes/path.ts @@ -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", // ダッシュボード----------------