mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 17:12:48 +00:00
server - adjust rate limiter - reply/thread mod update
This commit is contained in:
@@ -39,6 +39,9 @@ defmodule MyAppWeb.Router do
|
||||
pipe_through [:user_auth]
|
||||
post "/", ThreadController, :insert
|
||||
put "/", ThreadController, :update
|
||||
|
||||
pipe_through [:mod_auth]
|
||||
put "/mod", ThreadController, :mod_update
|
||||
end
|
||||
|
||||
scope "/reply" do
|
||||
@@ -46,6 +49,9 @@ defmodule MyAppWeb.Router do
|
||||
pipe_through [:user_auth]
|
||||
post "/", ReplyController, :insert
|
||||
put "/", ReplyController, :update
|
||||
|
||||
pipe_through [:mod_auth]
|
||||
put "/mod", ReplyController, :mod_update
|
||||
end
|
||||
|
||||
scope "/category" do
|
||||
|
||||
Reference in New Issue
Block a user