init undefined app

This commit is contained in:
2022-02-17 22:18:16 +03:00
parent ed026f1636
commit aeee003538
8 changed files with 6846 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;