Skip to content
Snippets Groups Projects
Commit 37d3e70c authored by italo's avatar italo
Browse files

Match function name

parent 15fb31a3
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ module.exports = class Application {
UserMapping.initialize(() => {
IDMapping.initialize(()=> {
this.webServer.start(config.server.port);
this.webServer.createPermanent();
this.webServer.createPermanents();
this.webHooks.start();
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment