Update app.py
Browse files
app.py
CHANGED
@@ -233,9 +233,4 @@ async def health_check():
|
|
233 |
"""
|
234 |
return {"status": "ok"}
|
235 |
|
236 |
-
# --- Run the App Using Hypercorn ---
|
237 |
-
if __name__ == "__main__":
|
238 |
-
config = hypercorn.config.Config()
|
239 |
-
config.bind = ["0.0.0.0:8000"]
|
240 |
-
asyncio.run(hypercorn.asyncio.serve(app, config))
|
241 |
|
|
|
233 |
"""
|
234 |
return {"status": "ok"}
|
235 |
|
|
|
|
|
|
|
|
|
|
|
236 |
|