Skip to content

Commit

Permalink
Merge pull request #98 from statisticsnorway/bugfix-openapi-docs
Browse files Browse the repository at this point in the history
Fix OpenAPI docs
  • Loading branch information
skykanin authored Mar 11, 2024
2 parents ff886fa + 91e3314 commit d72c58b
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 d72c58b

Please sign in to comment.