Fix typo: Wroker -> Worker (#2597)
This commit is contained in:
parent
d94b3757be
commit
09843a409b
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ router.get('/apple-touch-icon.png', async ctx => {
|
|||
});
|
||||
});
|
||||
|
||||
// ServiceWroker
|
||||
// ServiceWorker
|
||||
router.get(/^\/sw\.(.+?)\.js$/, async ctx => {
|
||||
await send(ctx, `/assets/sw.${ctx.params[0]}.js`, {
|
||||
root: client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue