aa
This commit is contained in:
parent
551c2f18c9
commit
bc2725a7b9
@ -464,7 +464,7 @@ SITE_NAME = '192.168.1.32:3000'
|
|||||||
|
|
||||||
@app.route('/proxytest', defaults={'path': ''})
|
@app.route('/proxytest', defaults={'path': ''})
|
||||||
@app.route('/proxytest')
|
@app.route('/proxytest')
|
||||||
def proxy(path):
|
def proxy():
|
||||||
return get(f'{SITE_NAME}').content
|
return get(f'{SITE_NAME}').content
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user