fix
This commit is contained in:
parent
8d8a6aecc5
commit
6232e3d16c
|
|
@ -49,6 +49,8 @@ addEventListener("fetch", async (evt) => {
|
||||||
|
|
||||||
const url = new URL(e.request.url);
|
const url = new URL(e.request.url);
|
||||||
|
|
||||||
|
if (url.pathname.startsWith("_proxy")) return;
|
||||||
|
|
||||||
if (g.router) {
|
if (g.router) {
|
||||||
const found = g.router.lookup(url.pathname);
|
const found = g.router.lookup(url.pathname);
|
||||||
if (found) {
|
if (found) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue