Skip to content

Commit 47fe468

Browse files
committed
fix small
1 parent a693f8a commit 47fe468

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import YoutubeBackgroundTasks from './src/tasks/video.background';
1313
import YoutubePlayListBackgroundTasks from './src/tasks/playlist.background';
1414
import keycloak from './src/configs/keycloak.config';
1515

16-
// const keycloak = Keycloak();
1716
/* istanbul ignore next */
1817
dotenv.config();
1918

@@ -45,7 +44,6 @@ const accessLogStream = rfs('access.log', {
4544
// adding morgan to log HTTP requests
4645
app.use(morgan('dev', { stream: accessLogStream }));
4746

48-
4947
// connect to mongo
5048
connectDatabase();
5149

@@ -63,7 +61,6 @@ app.get('/', (req, res) => {
6361
res.send('App works!!!!!');
6462
});
6563

66-
6764
app.use('/api', require('./src/routes/routes').default);
6865

6966
// request to handle undefined or all other routes

0 commit comments

Comments
 (0)