refactor: Improve handling of optional fields and enhance compatibility score calculations
This commit is contained in:
+1
-1
@@ -122,4 +122,4 @@ app.include_router(report_route.router)
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
|
||||
uvicorn.run(app="main:app", host="0.0.0.0", port=8585, reload=True)
|
||||
uvicorn.run(app="main:app", host="0.0.0.0", port=8585)
|
||||
|
||||
Reference in New Issue
Block a user