Send servicewroker script

This commit is contained in:
syuilo 2018-06-17 16:47:37 +09:00
parent d692bb3c52
commit 0ca5237139

View file

@ -66,9 +66,11 @@ router.get('/apple-touch-icon.png', async ctx => {
});
// ServiceWroker
//router.get(/^\/sw\.(.+?)\.js$/, async ctx => {
// await send(ctx, `${client}/assets/sw.${ctx.params[0]}.js`);
//});
router.get(/^\/sw\.(.+?)\.js$/, async ctx => {
await send(ctx, `/assets/sw.${ctx.params[0]}.js`, {
root: client
});
});
// Manifest
router.get('/manifest.json', async ctx => {