Skip to content

Commit

Permalink
Fix api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Aug 30, 2024
1 parent 9e8881d commit 667b868
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spring.web.locale=en_US
spring.web.locale-resolver=fixed

springdoc.default-produces-media-type=application/json
springdoc.api-docs.path=/v1/api-docs
springdoc.api-docs.path=/api-docs
springdoc.api-docs.writer-with-order-by-keys=true

# Logging configuration
Expand All @@ -39,9 +39,6 @@ logging.level.org.hibernate=info
logging.level.org.hibernate.stat=info
logging.level.org.springframework.web.bind=fatal

# OpenAPI documentation configuration
springfox.documentation.swagger.v2.path=/api-docs

# Custom reportportal configuration
rp.datasource.type=com.zaxxer.hikari.HikariDataSource
rp.datasource.driverClassName=org.postgresql.Driver
Expand Down

0 comments on commit 667b868

Please sign in to comment.