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