initial commit

This commit is contained in:
grinikita
2024-11-09 19:15:21 +03:00
commit f7f93144e5
10 changed files with 10248 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;