mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-01-12 02:55:13 +00:00
Added default endpoint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
defmodule PhoenixApiTemplateWeb.DefaultController do
|
||||
use PhoenixApiTemplateWeb, :controller
|
||||
|
||||
def index(conn, _params) do
|
||||
text(conn, "It's ALIVE! - #{Mix.env()}")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user