We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c42d78 commit 2b46acaCopy full SHA for 2b46aca
1 file changed
apps/ticket/src/data/constants.ts
@@ -69,6 +69,6 @@ export const API_URL = {
69
/** 도어용 유저 스탭 카메라 확인 API */
70
CAMERA_USER_TICKET_CONFIRM: "/api/staff/tickets/door/confirm",
71
/** 도어용 게스트 스탭 카메라 확인 API */
72
- CAMERA_GUEST_TICKET_CONFIRM: "/api/staff/guests/door/confirm",
+ CAMERA_GUEST_TICKET_CONFIRM: "/api/staff/guests/tickets/door/confirm",
73
},
74
} as const;
0 commit comments