feat: project init (#2)

This commit is contained in:
2024-10-19 12:07:17 +03:00
parent d2c63be5c7
commit 855887079b
9 changed files with 6928 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;