vtex.colossus
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -17,3 +17,2 @@ // Generated by CoffeeScript 1.7.1 | ||
for (key in this.routes) { | ||
console.log(key); | ||
route = new Route(key); | ||
@@ -28,3 +27,2 @@ if (route.match(req.originalUrl)) { | ||
Controller.prototype.get = function(route, func) { | ||
console.log(route); | ||
return this.routes["/:accountName/colossus/:appName" + route] = func; | ||
@@ -31,0 +29,0 @@ }; |
{ | ||
"name": "vtex.colossus", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20601
216