Comparing version 1.0.62 to 1.0.63
@@ -38,3 +38,3 @@ "use strict"; | ||
{ | ||
"url": "http://localhost:3000/" | ||
"url": "http://localhost:8085/" | ||
} | ||
@@ -41,0 +41,0 @@ ], |
@@ -78,3 +78,3 @@ "use strict"; | ||
const paths = {}; | ||
this.routesControlled.reverse().forEach((route) => { | ||
this.routesControlled.forEach((route) => { | ||
const methods = {}; | ||
@@ -81,0 +81,0 @@ methods[route.method] = { |
{ | ||
"name": "c2-http", | ||
"version": "1.0.62", | ||
"version": "1.0.63", | ||
"description": "Biblioteca Typescript para API NodeJS", | ||
@@ -5,0 +5,0 @@ "repository": "https://cabralsilva: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@github.com/cabralsilva/c2-http.git", |
114977