Skip to content

Commit

Permalink
disabled doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Sep 26, 2024
1 parent 0f2ceaf commit 2c90368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smolvault/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)
logger = logging.getLogger(__name__)

app = FastAPI(title="smolvault")
app = FastAPI(title="smolvault", docs_url=None, redoc_url=None)

app.add_middleware(GZipMiddleware, minimum_size=1000)
app.add_middleware(
Expand Down

0 comments on commit 2c90368

Please sign in to comment.