mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 18:38:42 +00:00
parent
ee11e28b5d
commit
cd840214d2
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ defmodule Farside.Router do
|
|||
services: Farside.get_services_map()
|
||||
)
|
||||
|
||||
send_resp(conn, 200, resp)
|
||||
put_resp_header(conn, "content-type", "text/html")
|
||||
|> send_resp(200, resp)
|
||||
end
|
||||
|
||||
match "/_/:service/*glob" do
|
||||
|
|
Loading…
Add table
Reference in a new issue