Change response code of root to 204.
This commit is contained in:
parent
a2b21e300a
commit
66431012bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ defmodule UiWeb.PageController do
|
|||
use UiWeb, :controller
|
||||
|
||||
def index(conn, _params) do
|
||||
conn |> send_resp(201, "")
|
||||
conn |> send_resp(204, "")
|
||||
end
|
||||
|
||||
def instructions(conn, _params) do
|
||||
|
|
Loading…
Reference in a new issue