mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
WebHost: Use B64encoded UUIDs for links.
Warning: This will break old links
This commit is contained in:
@@ -248,7 +248,7 @@ def get_static_room_data(room: Room):
|
||||
return result
|
||||
|
||||
|
||||
@app.route('/tracker/<uuid:tracker>')
|
||||
@app.route('/tracker/<suuid:tracker>')
|
||||
@cache.memoize(timeout=30) # update every 30 seconds
|
||||
def get_tracker(tracker: UUID):
|
||||
room = Room.get(tracker=tracker)
|
||||
|
Reference in New Issue
Block a user