Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
refactor: initial folder config
Browse files Browse the repository at this point in the history
  • Loading branch information
sugrado committed Apr 16, 2024
1 parent 6f27976 commit 5bd425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const folders = require('./folders');
const server = require('./server');

module.exports = () => {
server();
// server(); // TODO: Uncomment this line
folders();
};

0 comments on commit 5bd425d

Please sign in to comment.