QSLY commited on
Commit
0e1f5ce
1 Parent(s): 81792cb

Update character-Api/app.js

Browse files
Files changed (1) hide show
  1. character-Api/app.js +2 -2
character-Api/app.js CHANGED
@@ -54,5 +54,5 @@ app.use((err, req, res, next) => {
54
  })
55
 
56
  app.listen(port, '0.0.0.0', () => {
57
- console.log(`[${moment().format('YYYY-MM-DD HH:mm:ss')}] 服务器正在运行于 http://localhost:${port}/api/miao`)
58
- })
 
54
  })
55
 
56
  app.listen(port, '0.0.0.0', () => {
57
+ console.log(`[${moment().format('YYYY-MM-DD HH:mm:ss')}] 服务器正在运行于 https://qsly-miao-mbt.hf.space/api/miao`)
58
+ })