Skip to content

Commit

Permalink
[Env] 개발용 Server 주소 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
82everywin committed Jan 20, 2025
1 parent 109bca1 commit 4b9b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bookmile/backend/BackendApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@OpenAPIDefinition(servers =
{@Server(url = "https://bookmile.site/", description = "배포 서버 주소"),
@Server(url= "/", description = "기본 서버 주소")})
@Server(url = "/", description = "개발용 서버 주소")})
@SpringBootApplication
public class BackendApplication {

Expand Down

0 comments on commit 4b9b808

Please sign in to comment.