forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
31f9de1324
commit
1809800980
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ app.use('/assets', express.static(`${__dirname}/assets`, {
|
|||
maxAge: ms('7 days')
|
||||
}));
|
||||
|
||||
/**
|
||||
* ServiceWroker
|
||||
*/
|
||||
app.get(/^\/sw\.(.+?)\.js$/, (req, res) => res.sendFile(`${__dirname}/assets/sw.${req.params[0]}.js`));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue