ohif-viewer/LesionTracker/client/routeHooks.js

6 lines
104 B
JavaScript

Router.onBeforeAction(function () {
// User is logged in, go ahead and route them
this.next();
});