Spaces:
Runtime error
Runtime error
Update index.js
Browse files
index.js
CHANGED
@@ -536,7 +536,7 @@ app.post('/hf/v1/chat/completions', async (req, res) => {
|
|
536 |
|
537 |
// 404 处理
|
538 |
app.use((req, res) => {
|
539 |
-
res.status(404).json({
|
540 |
});
|
541 |
|
542 |
// 启动服务器
|
|
|
536 |
|
537 |
// 404 处理
|
538 |
app.use((req, res) => {
|
539 |
+
res.status(404).json({ message: '服务运行中' });
|
540 |
});
|
541 |
|
542 |
// 启动服务器
|