mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix lint
This commit is contained in:
@@ -57,12 +57,11 @@ export const registerServeUI = async (
|
||||
reply.callNotFound();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// This should help avoid caching any chunks (temp)
|
||||
reply.header('Cache-Control', 'no-cache, no-store, must-revalidate');
|
||||
reply.header('Pragma', 'no-cache');
|
||||
reply.header("Cache-Control", "no-cache, no-store, must-revalidate");
|
||||
reply.header("Pragma", "no-cache");
|
||||
return reply.sendFile("index.html");
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user