fix(request): 优化请求参数使用体验和解决 URL 拼接问题
This commit is contained in:
parent
80e22da1ec
commit
0903248e2f
|
@ -17,7 +17,7 @@ import express from "express";
|
||||||
import * as fs from "fs";
|
import * as fs from "fs";
|
||||||
import bodyParser from "body-parser";
|
import bodyParser from "body-parser";
|
||||||
import cors from "cors";
|
import cors from "cors";
|
||||||
import path from "path";
|
import * as path from "path";
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const port = 3001;
|
const port = 3001;
|
||||||
|
|
Loading…
Reference in New Issue