@kevisual/router 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.js +1 -1
- package/dist/commander.js +13750 -142
- package/package.json +1 -1
- package/src/commander.ts +95 -19
package/dist/app.js
CHANGED
|
@@ -20075,7 +20075,7 @@ app
|
|
|
20075
20075
|
10. **中间件找不到会返回 404**,错误信息中会包含找不到的中间件列表。
|
|
20076
20076
|
`;
|
|
20077
20077
|
// package.json
|
|
20078
|
-
var version2 = "0.1.
|
|
20078
|
+
var version2 = "0.1.4";
|
|
20079
20079
|
|
|
20080
20080
|
// agent/routes/route-create.ts
|
|
20081
20081
|
app.route({
|