Skip to content

Commit 2b46aca

Browse files
committed
fix: api 경로 변경
1 parent 9c42d78 commit 2b46aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ticket/src/data/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ export const API_URL = {
6969
/** 도어용 유저 스탭 카메라 확인 API */
7070
CAMERA_USER_TICKET_CONFIRM: "/api/staff/tickets/door/confirm",
7171
/** 도어용 게스트 스탭 카메라 확인 API */
72-
CAMERA_GUEST_TICKET_CONFIRM: "/api/staff/guests/door/confirm",
72+
CAMERA_GUEST_TICKET_CONFIRM: "/api/staff/guests/tickets/door/confirm",
7373
},
7474
} as const;

0 commit comments

Comments
 (0)