fix(request): 优化请求参数使用体验和解决 URL 拼接问题

This commit is contained in:
13659257719 2024-01-24 15:23:16 +08:00
parent 80e22da1ec
commit 0903248e2f
1 changed files with 1 additions and 1 deletions

View File

@ -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;