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

Commit

Permalink
Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
berrysauce committed May 23, 2022
1 parent 3416aa4 commit 6449d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
load_dotenv()
DETA_TOKEN = os.getenv("DETA_TOKEN")

app = FastAPI()
app = FastAPI(docs_url=None, redoc_url=None)
deta = Deta(DETA_TOKEN)
templates = Jinja2Templates(directory="templates")

Expand Down

0 comments on commit 6449d9d

Please sign in to comment.