Skip to content

Commit

Permalink
[HOTFIX] 스웨거 https 강제 요청 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkim817 committed Oct 21, 2024
1 parent ec5ac6d commit 618d913
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package org.sopt.seonyakServer;

import io.swagger.v3.oas.annotations.OpenAPIDefinition;
import io.swagger.v3.oas.annotations.servers.Server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;

@OpenAPIDefinition(servers = {@Server(url = "https://api.seonyak.com", description = "product seonyak server")})
@SpringBootApplication
@EnableScheduling
public class SeonyakServerApplication {
Expand Down

0 comments on commit 618d913

Please sign in to comment.