Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 6449d9d

Browse files
committed
Closes #1
1 parent 3416aa4 commit 6449d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
load_dotenv()
1919
DETA_TOKEN = os.getenv("DETA_TOKEN")
2020

21-
app = FastAPI()
21+
app = FastAPI(docs_url=None, redoc_url=None)
2222
deta = Deta(DETA_TOKEN)
2323
templates = Jinja2Templates(directory="templates")
2424

0 commit comments

Comments
 (0)