Skip to content

Commit

Permalink
give a new look to openapi (#2662)
Browse files Browse the repository at this point in the history
added ui theme as material

Co-authored-by: Shekar Roy <[email protected]>
  • Loading branch information
CtrlAltFly and CtrlAltFly authored Nov 22, 2024
1 parent d69dbaa commit 4cbcd35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ micronaut.router.static-resources.swagger.paths=classpath:META-INF/swagger
micronaut.router.static-resources.swagger.mapping=/swagger/**
micronaut.router.static-resources.swagger-ui.paths=classpath:META-INF/swagger/views/swagger-ui
micronaut.router.static-resources.swagger-ui.mapping=/swagger-ui/**
micronaut.router.static-resources.swagger-ui.theme=MATERIAL
micronaut.router.static-resources.rapidoc.paths=classpath:META-INF/swagger/views/rapidoc
micronaut.router.static-resources.rapidoc.mapping=/rapidoc/**
micronaut.router.static-resources.redoc.paths=classpath:META-INF/swagger/views/redoc
Expand Down

0 comments on commit 4cbcd35

Please sign in to comment.