first commit

This commit is contained in:
Ilias Dzhabbarov
2024-09-07 11:27:38 +03:00
commit 76bbdbfb61
11 changed files with 7941 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;