This commit is contained in:
2025-08-23 16:20:16 +02:00
parent bf2835cfc7
commit 640f8bd824
+1 -2
View File
@@ -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")