X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Faccounts%2Froutes.js;h=ab831e5d6ba1662c94685f0a708549e7962eb725;hp=46eb736c0f05f2ac9e770d4c3ea90a623056320d;hb=dfe972ff7c9f7b6b1d730e66b0b2aa8df2ce329b;hpb=e29efc315df33d546237e270470916e26df391d6 diff --git a/skyquake/plugins/accounts/routes.js b/skyquake/plugins/accounts/routes.js index 46eb736c0..ab831e5d6 100644 --- a/skyquake/plugins/accounts/routes.js +++ b/skyquake/plugins/accounts/routes.js @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -70,6 +70,6 @@ var accountsAPI = require('./api/accounts.js') utils.sendErrorResponse(error, res); }); }) - + utils.passThroughConstructor(app); module.exports = app;