endpoint to register

This commit is contained in:
2023-02-18 09:29:20 +00:00
parent 0d2d460189
commit 931e22d0f7
5 changed files with 28 additions and 9 deletions

View File

@@ -9,5 +9,6 @@ defmodule PhoenixApiTemplateWeb.Router do
pipe_through(:api)
get("/", DefaultController, :index)
post("/register", UserController, :create)
end
end