From 1906ad8c070cd54881d50a6b1650a2e19a2a93ef Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 16 Aug 2025 15:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20ApiManager=20=E6=88=90?= =?UTF-8?q?=E5=93=A1=E7=9A=84=E9=9D=9C=E6=85=8B=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ApiManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ApiManager.ts b/src/api/ApiManager.ts index c1b8aec..1f12960 100644 --- a/src/api/ApiManager.ts +++ b/src/api/ApiManager.ts @@ -2,7 +2,7 @@ import BaseApi from './BaseApi.ts' import HttpServerLike from '../types/HttpServerLike.ts' export default class ApiManager { - declare httpServer: HttpServerLike + static httpServer: HttpServerLike static init(httpServer: HttpServerLike) { this.httpServer = httpServer }