mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
parent
dddc867c1e
commit
a53aa67d21
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function Handler (route) {
|
|||
res.set({
|
||||
'Content-Type': 'text/html',
|
||||
'Cache-Control': 'public, max-age=31536000',
|
||||
'Etag': 'W/"' + checksum + '"'
|
||||
'Etag': '"' + checksum + '"'
|
||||
});
|
||||
res.send(output);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue