Skip to content

Commit

Permalink
Disable api docs generated by sanic_ext (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Mar 5, 2025
2 parents 1d57463 + 427145a commit 63aba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

LOG_CONFIG = setup_logging.setup_logging(config.logging)
app = sanic.Sanic("Priviblur", loads=orjson.loads, dumps=orjson.dumps, env_prefix="PRIVIBLUR_", log_config=LOG_CONFIG)

app.config.OAS = False

app.ctx.LANGUAGES = i18n.initialize_locales()
app.ctx.SUPPORTED_LANGUAGES = i18n.SUPPORTED_LANGUAGES
Expand Down

0 comments on commit 63aba6e

Please sign in to comment.