This commit is contained in:
piair 2023-08-22 11:24:50 +02:00
parent bc2725a7b9
commit 36f8938f0f

View File

@ -460,7 +460,7 @@ def maxi(dict):
from flask import Flask from flask import Flask
from requests import get from requests import get
SITE_NAME = '192.168.1.32:3000' SITE_NAME = 'http://localhost:3000'
@app.route('/proxytest', defaults={'path': ''}) @app.route('/proxytest', defaults={'path': ''})
@app.route('/proxytest') @app.route('/proxytest')