Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo
2018-09-03 23:23:55 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -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