Commit db677ff2 authored by sliao's avatar sliao

hello

parent 5e09a2c3
Pipeline #466 failed with stages
const express = require('express')
const app = express()
const port = 3000
app.get('/', (req, res) => {
res.send('Hello World!')
})
app.listen(port, () => {
console.log(`Example app listening on port ${port}`)
})
\ No newline at end of file
This diff is collapsed.
......@@ -6,6 +6,7 @@
"server": "node app.js"
},
"dependencies": {
"ali-oss": "^6.17.1",
"connect-multiparty": "^2.2.0",
"express": "^4.3.1",
"mv": "^2.1.1"
......
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