chore(api): remove unused code and endpoints (#41332)

This commit is contained in:
Mrugesh Mohapatra
2021-03-05 02:30:11 +05:30
committed by GitHub
parent fa6b11f359
commit cd40d47363
42 changed files with 21682 additions and 8167 deletions

View File

@@ -34,7 +34,6 @@ const app = loopback();
app.set('state namespace', '__fcc__');
app.set('port', process.env.PORT || 3000);
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'jade');
app.use(loopback.token());
app.use(
morgan(reqLogFormat, { stream: { write: msg => log(_.split(msg, '\n')[0]) } })