def registerHandlers()

in core/actionProxy/owplatform/openwhisk.py [0:0]


    def registerHandlers(self, init, run):
        self.proxy.add_url_rule('/init', 'init', init, methods=['POST'])
        self.proxy.add_url_rule('/run', 'run', run, methods=['POST'])