From 0903248e2f969ba1580dbe117a132e25cc90d895 Mon Sep 17 00:00:00 2001 From: 13659257719 <819781841@qq.com> Date: Wed, 24 Jan 2024 15:23:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(request):=20=E4=BC=98=E5=8C=96=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=8F=82=E6=95=B0=E4=BD=BF=E7=94=A8=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E5=92=8C=E8=A7=A3=E5=86=B3=20URL=20=E6=8B=BC=E6=8E=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/inula-request/examples/server/serverTest.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/inula-request/examples/server/serverTest.mjs b/packages/inula-request/examples/server/serverTest.mjs index d212c0d7..0797709a 100644 --- a/packages/inula-request/examples/server/serverTest.mjs +++ b/packages/inula-request/examples/server/serverTest.mjs @@ -17,7 +17,7 @@ import express from "express"; import * as fs from "fs"; import bodyParser from "body-parser"; import cors from "cors"; -import path from "path"; +import * as path from "path"; const app = express(); const port = 3001;