mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-04 02:34:37 +08:00
Use lowercase header name
This commit is contained in:
parent
8943ad3a48
commit
270573d2e6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ defmodule LivebookWeb.HealthController do
|
|||
|
||||
def index(conn, _params) do
|
||||
conn
|
||||
|> put_resp_header("Access-Control-Allow-Origin", "*")
|
||||
|> put_resp_header("access-control-allow-origin", "*")
|
||||
|> json(%{
|
||||
"application" => "livebook"
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue