移除OpenAPI服务器列表中的localhost服务器

This commit is contained in:
2025-08-29 17:18:48 +08:00
parent c6c0378dc6
commit 136745562a
@@ -31,9 +31,6 @@ class OpenAPIConfiguration {
new Server()
.url("https://api.thewhitedog9487.xyz")
.description("主服务器"),
new Server()
.url("http://localhost:12345")
.description("本地开发服务器"),
new Server()
.url("https://dev.thewhitedog9487.xyz")
.description("本地开发服务器(经过Cloudflare)") ) );} }