[feat][refactor] add Gigachat and edit data users

This commit is contained in:
2025-02-01 09:38:54 +03:00
parent ac7a99ef15
commit 61347d1aee
5 changed files with 142 additions and 44 deletions

View File

@@ -0,0 +1,6 @@
const router = require('express').Router();
const controller = require('./controller');
router.post('/', controller.getText);
module.exports = router;