update startup message
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ dbReady().then((e) => {
|
|||||||
cacheReady().then((e) => {
|
cacheReady().then((e) => {
|
||||||
processAll().then((e) => {
|
processAll().then((e) => {
|
||||||
app.listen(port, '0.0.0.0', () => {
|
app.listen(port, '0.0.0.0', () => {
|
||||||
console.log(`Example app listening on port ${port}`)
|
console.log(`Tone client api listening on port ${port}`)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
+1
-1
@@ -19,6 +19,6 @@ app.use('/', server)
|
|||||||
|
|
||||||
dbReady().then((e) => {
|
dbReady().then((e) => {
|
||||||
app.listen(port, '0.0.0.0', () => {
|
app.listen(port, '0.0.0.0', () => {
|
||||||
console.log(`Example app listening on port ${port}`)
|
console.log(`Tone server api listening on port ${port}`)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user