This commit is contained in:
Rizky 2024-06-21 13:03:21 +07:00
parent 8d8a6aecc5
commit 6232e3d16c
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ addEventListener("fetch", async (evt) => {
const url = new URL(e.request.url);
if (url.pathname.startsWith("_proxy")) return;
if (g.router) {
const found = g.router.lookup(url.pathname);
if (found) {