yxmiler commited on
Commit
970f581
·
verified ·
1 Parent(s): 00ad31b

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -349,7 +349,7 @@ app.post('/hf/v1/chat/completions', async (req, res) => {
349
 
350
  // 404处理
351
  app.use((req, res) => {
352
- res.status(404).json({ message: "请使用正确请求路径" });
353
  });
354
 
355
  // 启动服务器
 
349
 
350
  // 404处理
351
  app.use((req, res) => {
352
+ res.status(404).json({ message: "服务创建成功运行中,请根据规则使用正确请求路径" });
353
  });
354
 
355
  // 启动服务器