this.registerHandlers = function()

in core/nodejsActionBase/platform/openwhisk.js [23:26]


    this.registerHandlers = function(app, platform) {
        app.post('/init', platformFactory.wrapEndpoint(service.initCode));
        app.post('/run', platformFactory.wrapEndpoint(service.runCode));
    };