fix(core): update

This commit is contained in:
2024-05-25 03:06:17 +02:00
parent 42115cb6be
commit 952e95f82f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export const addServiceWorkerRoute = (
swVersionInfo = swDataFunc();
// the basic stuff
typedserverInstance.server.addRoute('/serviceworker.js*', serviceworkerHandler);
typedserverInstance.server.addRoute('/serviceworker.*', serviceworkerHandler);
// the typed stuff
const typedrouter = new plugins.typedrequest.TypedRouter();