Merge branch 'develop' of https://github.com/syuilo/misskey into develop
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