mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Server side handles functional routeConfiguration
This commit is contained in:
parent
40488083fd
commit
21fa9a86a7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const log = require('./log');
|
|||
|
||||
exports.loadData = function(requestUrl, sdk) {
|
||||
const { pathname, query } = url.parse(requestUrl);
|
||||
const matchedRoutes = matchPathname(pathname, routeConfiguration);
|
||||
const matchedRoutes = matchPathname(pathname, routeConfiguration());
|
||||
|
||||
const store = configureStore(sdk);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue