Forgot what year I'm in

This commit is contained in:
McCloudS
2024-09-30 23:59:38 -06:00
committed by GitHub
parent ce4cd59a3c
commit e90ea4070f

View File

@@ -205,7 +205,7 @@ def handle_get_request(request: Request):
@app.get("/")
def webui():
return {"The webui for configuration was removed on 1 October 2025, please configure via environment variables or in your Docker settings."}
return {"The webui for configuration was removed on 1 October 2024, please configure via environment variables or in your Docker settings."}
@app.get("/status")
def status():