mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fix
This commit is contained in:
@@ -8,4 +8,6 @@ HOST_ADDRESS = "192.168.1.15"
|
||||
PORT_ADDRESS = 62358
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.register_blueprint(uploader_bp, url_prefix="/api")
|
||||
|
||||
serve(app, host=HOST_ADDRESS, port=PORT_ADDRESS)
|
||||
Reference in New Issue
Block a user