diff --git a/lib/kow.js b/lib/kow.js index 3e6d5ea..fea5f3f 100644 --- a/lib/kow.js +++ b/lib/kow.js @@ -28,8 +28,4 @@ ow.route = function(method, name, path, handler, handlerName) { this.app[method](name, path, this.preprocess(handler)); }; -module.exports = Kow; - -function Kow(app, options) { - return new Ovenware(app, options); -} \ No newline at end of file +module.exports = Ovenware;