Actualizar berretin.py

This commit is contained in:
nix 2025-11-07 20:02:24 +00:00
parent 0c1014ebe1
commit c16dc98e67

View File

@ -106,7 +106,7 @@ def fetch_from_smn(url: str, retry: bool = True):
return resp return resp
@app.route("/smn/<path:subpath>") @app.route("/<path:subpath>") # change here bc nginx
def smn_proxy(subpath): def smn_proxy(subpath):
check_access_token() check_access_token()