mirror of
https://github.com/benbusby/farside.git
synced 2025-03-15 11:46:32 -04:00

Router has been updated with a basic /:service/*glob endpoint, which retrieves a list of instances for the requested service and picks a random one to forward the user to (or falls back to a default instance if none are found). Should probably add a check to make sure the requested service exists first.