Skip to content

Commit

Permalink
Update service-worker.published.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Sep 2, 2023
1 parent 9042527 commit f8fc7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebConverter/wwwroot/service-worker.published.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function onFetch(event) {
const mediaCache = await caches.open(keys.filter((key) => key.startsWith('media'))[0]);
await mediaCache.put('shared-file', new Response(files));

return Response.redirect('/', 303);
return Response.redirect('/PDFtoImage/', 303);
}
}

Expand Down

0 comments on commit f8fc7ae

Please sign in to comment.