Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Commit 7ac5188

Browse files
author
Luciano Nooijen
committed
Improved folder structure
1 parent 1f1ba15 commit 7ac5188

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

controllers/controllers.js

Whitespace-only changes.

controllers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
module.exports = require('./controllers');

helpers/helpers.js

Whitespace-only changes.

helpers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
module.exports = require('./helpers');

models/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
module.exports = require('./routes');

routes/routes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const controllers = require('../controllers');

0 commit comments

Comments
 (0)