@kohanajs/mod-admin
Advanced tools
Comparing version 5.6.0 to 5.6.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [5.6.1](https://gitlab.com/kohana-js/modules/admin/compare/v5.6.0...v5.6.1) (2023-07-19) | ||
## [5.6.0](https://gitlab.com/kohana-js/modules/admin/compare/v5.5.1...v5.6.0) (2023-07-19) | ||
@@ -7,0 +9,0 @@ |
@@ -14,2 +14,3 @@ const { RouteList } = require('@kohanajs/mod-route'); | ||
RouteList.add(`/${prefix}/${partialPath}/import`, controller, 'import', HTTP_METHODS.GET, weight); | ||
RouteList.add(`/${prefix}/${partialPath}/import`, controller, 'import_post', HTTP_METHODS.POST, weight); | ||
@@ -16,0 +17,0 @@ RouteList.add(`/${prefix}/${partialPath}`, controller, 'index', HTTP_METHODS.GET, weight); |
{ | ||
"name": "@kohanajs/mod-admin", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "Admin templates for KohanaJS ORM", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59602
989
2