mirror of
https://github.com/TheWhiteDog9487/WebAPI.git
synced 2026-08-11 23:01:30 +08:00
移除OpenAPI服务器列表中的localhost服务器
This commit is contained in:
@@ -31,9 +31,6 @@ class OpenAPIConfiguration {
|
|||||||
new Server()
|
new Server()
|
||||||
.url("https://api.thewhitedog9487.xyz")
|
.url("https://api.thewhitedog9487.xyz")
|
||||||
.description("主服务器"),
|
.description("主服务器"),
|
||||||
new Server()
|
|
||||||
.url("http://localhost:12345")
|
|
||||||
.description("本地开发服务器"),
|
|
||||||
new Server()
|
new Server()
|
||||||
.url("https://dev.thewhitedog9487.xyz")
|
.url("https://dev.thewhitedog9487.xyz")
|
||||||
.description("本地开发服务器(经过Cloudflare)") ) );} }
|
.description("本地开发服务器(经过Cloudflare)") ) );} }
|
||||||
Reference in New Issue
Block a user