@factor/app
Advanced tools
Comparing version 1.0.0-beta.15 to 1.0.0-beta.17
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-beta.17](https://github.com/fiction-com/factor/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2019-11-11) | ||
### Bug Fixes | ||
* JWT and router ([4c23ba7](https://github.com/fiction-com/factor/commit/4c23ba75543fe1cd646291ac5885128ac31b1c78)) | ||
# [1.0.0-beta.15](https://github.com/fiction-com/factor/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2019-11-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@factor/app", | ||
"version": "1.0.0-beta.15", | ||
"version": "1.0.0-beta.17", | ||
"main": "index.js", | ||
@@ -22,3 +22,3 @@ "license": "GPL-2.0", | ||
}, | ||
"gitHead": "9da7ef9c3eb59d89c547f5d318d733f54828dab3" | ||
"gitHead": "41e275607105436b2ef4fe8f2416d0002d0257f5" | ||
} |
@@ -11,3 +11,3 @@ import { applyFilters, runCallbacks, addCallback } from "@factor/tools/filters" | ||
addCallback("initialize-server", () => addAppRoutes()) | ||
//addCallback("initialize-server", () => addAppRoutes()) | ||
addCallback("initialize-app", () => addAppRoutes(), { priority: 300 }) | ||
@@ -35,4 +35,6 @@ | ||
// TODO check for duplicates | ||
export function addAppRoutes() { | ||
const routes = applyFilters("routes", []).filter(_ => _) | ||
addRoutes(routes) | ||
@@ -39,0 +41,0 @@ } |
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
43663
511