1
0
Fork 0
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:
Ben Busby 2022-01-27 11:42:39 -07:00
parent 2d90b9e43a
commit 4067ef431a
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1
2 changed files with 7 additions and 1 deletions

View file

@ -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 =