Skip to content

Commit fbbb68c

Browse files
committed
fix : lint 오류 수정
1 parent 060e5e4 commit fbbb68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mocks/handlers/key.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { http, HttpResponse } from 'msw';
22
import { API_ENDPOINTS } from '@constants/apiEndpoints';
33

44
export const keyHandler = [
5-
http.post(API_ENDPOINTS.KEY, () => {
5+
http.post(API_ENDPOINTS.MANAGEMENT.KEYS, () => {
66
return HttpResponse.json({
77
ok: true,
88
data: {

0 commit comments

Comments
 (0)