Описание изменений
This commit is contained in:
8
backend/routes/api.js
Normal file
8
backend/routes/api.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import express from 'express';
|
||||
const router = express.Router();
|
||||
|
||||
router.post('/verify', async (req, res) => {
|
||||
// Логика верификации
|
||||
});
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user