Skip to content

Commit

Permalink
fix openapi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skykanin committed Mar 11, 2024
1 parent ae11184 commit 91e3314
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions openapi.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
mapping.path=api-docs

swagger-ui.enabled=true

redoc.enabled=true
rapidoc.enabled=true
#rapidoc.bg-color=#14191f
#rapidoc.text-color=#aec2e0
#rapidoc.sort-endpoints-by=method

redoc.description=blah
micronaut.openapi.views.spec = mapping.path=/,\
swagger-ui.enabled=true,\
redoc.enabled=true,\
redoc.description=blah,\
openapi-explorer.enabled=true,\
rapidoc.enabled=true
micronaut.openapi.server.context.path=/api-docs

0 comments on commit 91e3314

Please sign in to comment.