Commit 6809cdb8 authored by 王明明's avatar 王明明

初始化

parent b1d98564
This diff is collapsed.
......@@ -9,6 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"fingerprint-generator": "^2.1.37"
}
}
......@@ -8816,6 +8816,7 @@ console.log('结束times', times)
// console.log(times)
// })
console.timeEnd("处理完毕,耗时");
const express = require('express')
......@@ -8840,4 +8841,3 @@ app.get('/', (req, res) => {
// console.log(`Example app listening on port ${port}`)
// })
console.timeEnd("处理完毕,耗时");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment