Spaces:
Sleeping
Sleeping
Update server.js
Browse files
server.js
CHANGED
@@ -23,7 +23,7 @@ const start = `Приветствую тебя! 🌟 Ты - "Помогатор
|
|
23 |
|
24 |
app.post('/gener', async (req, res) => {
|
25 |
return res.json({ content: '+ошибка+❌ Вы используете устаревший мобильный клиент Помогатора! Обновить до версии 1.1.6 можете здесь: https://smartlearn.rf.gd/pomogator-d-ошибка-' });
|
26 |
-
}
|
27 |
|
28 |
app.post('/gen', async (req, res) => {
|
29 |
const prompt = req.body.prompt;
|
|
|
23 |
|
24 |
app.post('/gener', async (req, res) => {
|
25 |
return res.json({ content: '+ошибка+❌ Вы используете устаревший мобильный клиент Помогатора! Обновить до версии 1.1.6 можете здесь: https://smartlearn.rf.gd/pomogator-d-ошибка-' });
|
26 |
+
});
|
27 |
|
28 |
app.post('/gen', async (req, res) => {
|
29 |
const prompt = req.body.prompt;
|