mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
ttt
This commit is contained in:
@@ -5,7 +5,7 @@ from waitress import serve
|
||||
app = Flask(__name__)
|
||||
app.register_blueprint(uploader_bp, url_prefix="/api")
|
||||
HOST_ADDRESS = "192.168.1.15"
|
||||
PORT_ADDRESS = 65408
|
||||
PORT_ADDRESS = 62358
|
||||
|
||||
if __name__ == "__main__":
|
||||
serve(app, host=HOST_ADDRESS, port=PORT_ADDRESS)
|
||||
Reference in New Issue
Block a user