From 136745562ae077ce83e9730bde1a1da01b704bad Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Fri, 29 Aug 2025 17:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4OpenAPI=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84localhost=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WebAPI/Configuration/OpenAPIConfiguration.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/xyz/thewhitedog9487/WebAPI/Configuration/OpenAPIConfiguration.java b/src/main/java/xyz/thewhitedog9487/WebAPI/Configuration/OpenAPIConfiguration.java index c6c2895..07cb040 100644 --- a/src/main/java/xyz/thewhitedog9487/WebAPI/Configuration/OpenAPIConfiguration.java +++ b/src/main/java/xyz/thewhitedog9487/WebAPI/Configuration/OpenAPIConfiguration.java @@ -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)") ) );} } \ No newline at end of file