Skip to content

Commit

Permalink
expose ovenware directly
Browse files Browse the repository at this point in the history
  • Loading branch information
zedgu committed Feb 1, 2015
1 parent 181fa3f commit dfde2ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/kow.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
module.exports = Ovenware;

0 comments on commit dfde2ed

Please sign in to comment.