Rooni commited on
Commit
18aea78
·
verified ·
1 Parent(s): 9f5a72d

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -38,7 +38,7 @@ app.post('/pl', async (req, res) => {
38
 
39
 
40
  if (!prompt) {
41
- return res.status(400).json("wait"); // Не удалось принять данные
42
  }
43
 
44
  try {
 
38
 
39
 
40
  if (!prompt) {
41
+ return res.status(400).json("Нет запроса!"); // Не удалось принять данные
42
  }
43
 
44
  try {