Compare commits
No commits in common. "master" and "master" have entirely different histories.
6
index.js
6
index.js
@ -3,12 +3,10 @@
|
|||||||
var express = require('express')
|
var express = require('express')
|
||||||
var app = express()
|
var app = express()
|
||||||
|
|
||||||
const PORT = 8080
|
|
||||||
|
|
||||||
app.get('/', function (req, res) {
|
app.get('/', function (req, res) {
|
||||||
res.send('Hello from CUBETIQ!')
|
res.send('Hello from CUBETIQ!')
|
||||||
})
|
})
|
||||||
|
|
||||||
app.listen(PORT, function () {
|
app.listen(7000, function () {
|
||||||
console.log(`app listening on port ${PORT}!`)
|
console.log('app listening on port 7000!')
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user