mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
server - support for admin/mod users
This commit is contained in:
@@ -24,6 +24,7 @@ defmodule MyAppWeb.Router do
|
||||
|
||||
scope "/user" do
|
||||
post "/authorize", UserController, :authorize
|
||||
post "/login", UserController, :login
|
||||
|
||||
pipe_through [:user_auth]
|
||||
get "/characters", UserController, :characters
|
||||
|
||||
Reference in New Issue
Block a user