mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-01-12 02:55:13 +00:00
endpoint to register
This commit is contained in:
@@ -9,5 +9,6 @@ defmodule PhoenixApiTemplateWeb.Router do
|
||||
pipe_through(:api)
|
||||
|
||||
get("/", DefaultController, :index)
|
||||
post("/register", UserController, :create)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user