Ufoptg commited on
Commit
d38a984
β€’
1 Parent(s): e2fd212

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -21,7 +21,7 @@ app = FastAPI(
21
  "name": "πŸŒ€ΚŠΚ„βŠ•Φ„πŸŒ€",
22
  "url": "https://t.me/UFoPinfo",
23
  },
24
- docs_url=None
25
  )
26
 
27
  app.mount("/", StaticFiles(directory="static", html=True), name="static")
 
21
  "name": "πŸŒ€ΚŠΚ„βŠ•Φ„πŸŒ€",
22
  "url": "https://t.me/UFoPinfo",
23
  },
24
+ docs_url="/docs"
25
  )
26
 
27
  app.mount("/", StaticFiles(directory="static", html=True), name="static")