This commit is contained in:
piair 2023-08-22 11:23:59 +02:00
parent 551c2f18c9
commit bc2725a7b9

View File

@ -464,7 +464,7 @@ SITE_NAME = '192.168.1.32:3000'
@app.route('/proxytest', defaults={'path': ''})
@app.route('/proxytest')
def proxy(path):
def proxy():
return get(f'{SITE_NAME}').content