1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-06-07 18:06:38 +00:00

Further clarify _/ prefix usage in readme

This commit is contained in:
Ben Busby 2022-01-27 11:46:43 -07:00
parent 4067ef431a
commit 8d3200d614
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1

View file

@ -61,6 +61,7 @@ Farside's routing is very minimal, with only the following routes:
jumping between instances by navigating back.
- Ex: `/_/nitter` -> nitter instance A -> (navigate back one page) -> nitter
instance B -> ...
- *Note: Uses Javascript to preserve the page in history*
When a service is requested with the `/:service/...` endpoint, Farside requests
the list of working instances from Redis and returns a random one from the list