modif server.js
This commit is contained in:
@@ -7,7 +7,7 @@ const app = express()
|
||||
const port = process.env.PING_LISTEN_PORT
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('GUH')
|
||||
res.send('')
|
||||
})
|
||||
|
||||
app.get('/ping', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user