Actualizar berretin.py
This commit is contained in:
parent
0c1014ebe1
commit
c16dc98e67
@ -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()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user