akos-router
Advanced tools
Comparing version
@@ -91,4 +91,4 @@ const path = require('path'); | ||
console.info(`Mapped: ${route.method} ${route.path} to ${controllerPath}.${route.action}`); | ||
} else | ||
console.warn(`Cannot find action ${route.action} in controller ${controllerPath}. Route '${JSON.stringify(route)}' is ignored.`); | ||
} // else | ||
// console.warn(`Cannot find action ${route.action} in controller ${controllerPath}. Route '${JSON.stringify(route)}' is ignored.`); | ||
} | ||
@@ -95,0 +95,0 @@ |
{ | ||
"name": "akos-router", | ||
"description": "Akos Router", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Rainfore <rainforest92@126.com>", | ||
@@ -6,0 +6,0 @@ "scripts": { |
9607
0.02%