mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
Use "_" path prefix, update readme
This commit is contained in:
parent
2d90b9e43a
commit
4067ef431a
2 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,7 @@ defmodule Farside.Router do
|
|||
send_resp(conn, 200, resp)
|
||||
end
|
||||
|
||||
get "/r/:service/*glob" do
|
||||
get "/_/:service/*glob" do
|
||||
r_path = String.slice(conn.request_path, 2..-1)
|
||||
|
||||
resp =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue