mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
server - repo associations figured out with thread/reply/user
This commit is contained in:
@@ -36,6 +36,9 @@ defmodule MyAppWeb.Router do
|
||||
end
|
||||
|
||||
scope "/thread" do
|
||||
get "/", ThreadController, :get_collection
|
||||
get "/:id", ThreadController, :get
|
||||
|
||||
# authenticated routes
|
||||
pipe_through [:user_auth]
|
||||
post "/", ThreadController, :insert
|
||||
|
||||
Reference in New Issue
Block a user