rename and fix bug

This commit is contained in:
Craig 2024-11-12 14:50:51 +00:00
parent 4a83e14a52
commit 3ee936ea5e

View file

@ -43,4 +43,4 @@ async def slug_only(slug: str):
if __name__ == "__main__":
import uvicorn
uvicorn.run(app)
uvicorn.run(app, host="0.0.0.0", port=43599)