updated with backend apis

This commit is contained in:
OwusuBlessing
2025-08-15 17:36:39 +01:00
parent 093c212928
commit f9b35029fe
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -37,4 +37,4 @@ async def root():
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=5120)
uvicorn.run(app, host="0.0.0.0", port=5340)