diff --git a/main.py b/shortener.py similarity index 96% rename from main.py rename to shortener.py index 695f6f4..c9c8c9a 100644 --- a/main.py +++ b/shortener.py @@ -43,4 +43,4 @@ async def slug_only(slug: str): if __name__ == "__main__": import uvicorn - uvicorn.run(app) \ No newline at end of file + uvicorn.run(app, host="0.0.0.0", port=43599) \ No newline at end of file