|
|
|
@ -24,7 +24,7 @@ app.use(bodyParser.urlencoded({ extended: true })); |
|
|
|
app.use(logging); |
|
|
|
app.use(logging); |
|
|
|
|
|
|
|
|
|
|
|
app.get('/', (req, res) => { |
|
|
|
app.get('/', (req, res) => { |
|
|
|
res.send('OK TEST'); |
|
|
|
res.send('OK TEST!!!'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
app.listen(port, '0.0.0.0', () => { |
|
|
|
app.listen(port, '0.0.0.0', () => { |
|
|
|
|