We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517dca7 commit bcf34a9Copy full SHA for bcf34a9
lib/cadet_web/router.ex
@@ -50,8 +50,8 @@ defmodule CadetWeb.Router do
50
post("/notification/acknowledge", NotificationController, :acknowledge)
51
52
get("/user", UserController, :index)
53
- post("/user", UserController, :addCollectibles)
54
-
+ post("/user", UserController, :collectiblesUpdate)
+
55
post("/chat/token", ChatController, :index)
56
post("/chat/notify", ChatController, :notify)
57
end
0 commit comments