Skip to content

Commit

Permalink
[FIX] 푸시알림활성화 API [POST]로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Jan 6, 2024
1 parent 46b3ec5 commit 098af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/alarmRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import alarmController from "../controller/alarmController";

const router = Router();

router.get("/enable/:isTrue",
router.post("/enable/:isTrue",
auth,
alarmController.settingAlarm
)
Expand Down

0 comments on commit 098af14

Please sign in to comment.