Skip to content

Commit

Permalink
Merge pull request #2 from Dell-SMI/add-wsman-callback-router
Browse files Browse the repository at this point in the history
add wsman callback router
  • Loading branch information
phelpdh authored Oct 13, 2016
2 parents c3de993 + c9b2fe1 commit 8e4d20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api/1.1/southbound/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function internalApiFactory (injector) {
router.use(injector.get(require('./templates')));
router.use(injector.get(require('./notification')));
router.use(injector.get(require('../northbound/lookups')));
router.use(injector.get(require('./callback')));
};

router.unMountAllRouters = function(){
Expand Down

0 comments on commit 8e4d20b

Please sign in to comment.