Skip to content

Commit

Permalink
docs: Swagger 명세 server-url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hojeong2747 committed Aug 12, 2024
1 parent 17b8cae commit d263eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@EnableCaching
@EnableScheduling
@SpringBootApplication
@OpenAPIDefinition(servers = {@Server(url = "/", description = "https://dev-api.connectdog.site")})
@OpenAPIDefinition(servers = {@Server(url = "/", description = "https://dev-api.pawwithu.site")})
public class ConnectdogApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit d263eaf

Please sign in to comment.