This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-22 19:30:12 +03:00
commit 580ce0f81d
11 changed files with 7553 additions and 0 deletions

3
stubs/api/index.js Normal file
View File

@@ -0,0 +1,3 @@
const router = require('express').Router();
module.exports = router;