Skip to content

Commit bcf34a9

Browse files
Update router.ex
1 parent 517dca7 commit bcf34a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cadet_web/router.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ defmodule CadetWeb.Router do
5050
post("/notification/acknowledge", NotificationController, :acknowledge)
5151

5252
get("/user", UserController, :index)
53-
post("/user", UserController, :addCollectibles)
54-
53+
post("/user", UserController, :collectiblesUpdate)
54+
5555
post("/chat/token", ChatController, :index)
5656
post("/chat/notify", ChatController, :notify)
5757
end

0 commit comments

Comments
 (0)