mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
parent
6475eb4f5c
commit
31469a2d70
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ api.geti18nBrowserScript = {
|
|||
async handler (req, res) {
|
||||
if (IS_PROD) {
|
||||
res.set({
|
||||
'Cache-Control': 'private',
|
||||
'Cache-Control': 'private'
|
||||
});
|
||||
res.sendFile(`${BROWSER_SCRIPT_CACHE_PATH}${req.language}.js`);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue