From 23042c33d6d126d2c6cec67cfc55a0011e28a559 Mon Sep 17 00:00:00 2001 From: xream Date: Mon, 18 Dec 2023 01:41:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E8=BF=9C=E7=A8=8B=E8=AE=A2=E9=98=85?= =?UTF-8?q?(=E5=89=8D=E7=AB=AF=E7=89=88=E6=9C=AC=20>=202.14.20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/restful/preview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/restful/preview.js b/backend/src/restful/preview.js index b77e4d4..54e9329 100644 --- a/backend/src/restful/preview.js +++ b/backend/src/restful/preview.js @@ -1,4 +1,4 @@ -import { InternalServerError, NetworkError } from './errors'; +import { InternalServerError } from './errors'; import { ProxyUtils } from '@/core/proxy-utils'; import { findByName } from '@/utils/database'; import { success, failed } from './response';