Added default api controller.
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
defmodule BeetRoundServerWeb.DefaultApiController do
|
||||
use BeetRoundServerWeb, :controller
|
||||
|
||||
def index(conn, _params) do
|
||||
text(conn, "The Beet Round API (#{Mix.env()}) is running.")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user