From c04356f6a080ca68e34c89ad0a1c83f069c616b2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 Jun 2026 21:46:37 -0400 Subject: [PATCH] Add Caddy-compatible server status route --- backend/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app.py b/backend/app.py index 44d790c..a65a618 100644 --- a/backend/app.py +++ b/backend/app.py @@ -1941,6 +1941,7 @@ def hardcore_leaderboard_points_combined(): # --- end Hardcore stats aggregator ------------------------------------------- +@app.get("/server-status") @app.get("/api/server-status") def public_server_status(): import json