mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 17:16:08 +02:00
Fix typo: Wroker -> Worker (#2597)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user