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;