Skip to content

Commit

Permalink
disabled Cache#2
Browse files Browse the repository at this point in the history
  • Loading branch information
aAmitSengar committed Sep 5, 2022
1 parent 2420d92 commit 600b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class Server {
this.app.use((_req: express.Request, res: express.Response, next: express.NextFunction) => {
// tslint:disable
res.header('Cache-Control', 'private, no-cache, no-store, must-revalidate')
res.header('Expires', '-1')
// res.header('Expires', '-1')
// res.header('Pragma', 'no-cache')
// tslint:enable
next()
Expand Down

0 comments on commit 600b3b6

Please sign in to comment.