special branch without tests stuffs
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
const express = require('express')
|
||||
const server = express()
|
||||
|
||||
server.get('/', (req, res) => {
|
||||
res.sendFile(__dirname + "/" + "index.html")
|
||||
})
|
||||
|
||||
const port = 3000
|
||||
server.listen(port, console.log(`listening on port ${port} with express`));
|
||||
|
||||
Reference in New Issue
Block a user