mirror of
https://github.com/CragglesG/url-shortener.git
synced 2024-11-23 13:33:40 +00:00
rename and fix bug
This commit is contained in:
parent
4a83e14a52
commit
3ee936ea5e
1 changed files with 1 additions and 1 deletions
|
@ -43,4 +43,4 @@ async def slug_only(slug: str):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import uvicorn
|
import uvicorn
|
||||||
uvicorn.run(app)
|
uvicorn.run(app, host="0.0.0.0", port=43599)
|
Loading…
Reference in a new issue