assetsのjs要求時にsaltを付けないように (#4358)
* No assets salt * remove related code
This commit is contained in:
parent
ac0390fec3
commit
a6c5e62923
2 changed files with 1 additions and 10 deletions
|
@ -55,7 +55,6 @@ router.get('/assets/*', async ctx => {
|
|||
await send(ctx as any, ctx.path, {
|
||||
root: client,
|
||||
maxage: ms('7 days'),
|
||||
immutable: true
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue