Skip to content
Snippets Groups Projects
Commit 0e11fb67 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Make tests pass

parent 9e284d42
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ const _ = require('underscore');
const Server = require('./server');
const logger = require('./app/lib/logger')('duniter');
module.exports = function (dbConf, overConf) {
return new Server(dbConf, overConf);
module.exports = function (home, memory, overConf) {
return new Server(home, memory, overConf);
};
module.exports.statics = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment