ah ?
This commit is contained in:
parent
bc2725a7b9
commit
36f8938f0f
|
@ -460,7 +460,7 @@ def maxi(dict):
|
|||
from flask import Flask
|
||||
from requests import get
|
||||
|
||||
SITE_NAME = '192.168.1.32:3000'
|
||||
SITE_NAME = 'http://localhost:3000'
|
||||
|
||||
@app.route('/proxytest', defaults={'path': ''})
|
||||
@app.route('/proxytest')
|
||||
|
|
Loading…
Reference in New Issue