swagger 访问路径修改

This commit is contained in:
2025-10-30 13:03:55 +08:00
parent e5766884cf
commit 5e6e30f2bf

View File

@@ -98,10 +98,10 @@ public class SwaggerConfig {
.url("http://localhost:" + serverPort)
.description("本地开发环境"),
new Server()
.url("https://api.lanecarford.com")
.url("http://18.167.251.121:10095/")
.description("生产环境"),
new Server()
.url("https://test-api.lanecarford.com")
.url("http://18.167.251.121:10095/")
.description("测试环境")
);
}