Rooni commited on
Commit
d87b712
·
verified ·
1 Parent(s): cb7383c

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
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;