[F] Fix port

This commit is contained in:
2025-03-23 01:10:23 -04:00
parent 6a22031ef7
commit 1893495717
+1 -1
View File
@@ -72,4 +72,4 @@ def scan(uid: str):
if __name__ == '__main__':
uvicorn.run(app, host="0.0.0.0", port=8249)
uvicorn.run(app, host="0.0.0.0", port=PORT)