Skip to content

Commit 7ddd6a6

Browse files
author
许浩东
committed
1.0.0
1 parent 3c13b4d commit 7ddd6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ app.post('/api/mail', (req, res) => {
2929
})
3030

3131
app.listen(app.get('port'), function () {
32-
console.log('Visit http://localhost:' + app.get('port'))
32+
console.log('GetData http://localhost:' + app.get('port'))
3333
})

0 commit comments

Comments
 (0)