create routes file creator

still needs some adjustments for GET requests
This commit is contained in:
2021-01-27 01:41:45 -07:00
parent 8e8c587c85
commit 87312fbc86
5 changed files with 107 additions and 12 deletions

View File

@ -1,10 +1,10 @@
import * as express from 'express';
import * as passport from 'passport';
import { {{component}}Service } from './{{component}}Service';
var router = express.Router();
const debug = require('debug')('frame:{{component}}Routes');
// SYSTEM-BUILDER-{{component}}-routes
module.exports = router;