Skip to content

Commit

Permalink
Merge pull request #48 from SUNET/enable-swagger-redoc
Browse files Browse the repository at this point in the history
enabled automatic swagger and redoc
  • Loading branch information
vinas003 authored Nov 2, 2023
2 parents 1320bc4 + 2be595c commit b4322e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pkcs11_ca_service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
startup_task = loop.create_task(startup())

# Create fastapi app
# Disable swagger and docs endpoints for now
app = FastAPI(docs_url=None, redoc_url=None)
app = FastAPI()


@app.get("/new-nonce")
Expand Down

0 comments on commit b4322e5

Please # to comment.