mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-16 12:54:38 +00:00
Merge branch 'master' of github.com:sveltejs/sapper
This commit is contained in:
@@ -145,7 +145,7 @@ export function get_page_handler(
|
|||||||
path: req.path,
|
path: req.path,
|
||||||
query: req.query,
|
query: req.query,
|
||||||
params: {}
|
params: {}
|
||||||
})
|
}, session)
|
||||||
: {};
|
: {};
|
||||||
|
|
||||||
match = error ? null : page.pattern.exec(req.path);
|
match = error ? null : page.pattern.exec(req.path);
|
||||||
|
|||||||
Reference in New Issue
Block a user