Skip to content

Commit

Permalink
add proxy path to application
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Jun 8, 2024
1 parent e393d56 commit 85a907e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@OpenAPIDefinition(servers = {
@Server(url = "https://barcodeapi.link/", description = "Remote"),
@Server(url = "https://barcode.pnuema.com/", description = "Remote"),
@Server(url = "http://localhost:8080/", description = "Local")
})
@SpringBootApplication
Expand Down

0 comments on commit 85a907e

Please sign in to comment.