Switch to HTTP
This commit is contained in:
parent
984ac15084
commit
45f55083fc
9 changed files with 221 additions and 30 deletions
|
|
@ -24,6 +24,7 @@ defmodule BirdyChatWeb.Router do
|
|||
pipe_through [:api]
|
||||
|
||||
post "/messages", Messages.Controller, :create
|
||||
post "/internal", Server.Internal.Controller, :create
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue