Update app.py
Browse files
app.py
CHANGED
|
@@ -121,9 +121,3 @@ async def health_check():
|
|
| 121 |
def index():
|
| 122 |
return {"message": "It's an API"}
|
| 123 |
|
| 124 |
-
|
| 125 |
-
# Start the app (run with uvicorn)
|
| 126 |
-
if __name__ == "__main__":
|
| 127 |
-
import uvicorn
|
| 128 |
-
|
| 129 |
-
uvicorn.run("main:app", host="0.0.0.0", port=8000, workers=4)
|
|
|
|
| 121 |
def index():
|
| 122 |
return {"message": "It's an API"}
|
| 123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|