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 ac472d3 commit 39791c3Copy full SHA for 39791c3
lib/cadet_web/router.ex
@@ -49,10 +49,11 @@ defmodule CadetWeb.Router do
49
get("/notification", NotificationController, :index)
50
post("/notification/acknowledge", NotificationController, :acknowledge)
51
52
+
53
get("/user", UserController, :index)
- put("/user/collectibles", UserController, :collectible_update)
54
- put("/user/save_data/update", UserController, :save_data_update)
55
- put("/user/save_data/clear_up", UserController, :save_data_clear_up)
+ put("/user/game_states/clear", UserController, :clear_up_game_states)
+ put("/user/game_states/save", UserController, :update_game_states)
56
57
58
post("/chat/token", ChatController, :index)
59
post("/chat/notify", ChatController, :notify)
0 commit comments