We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176292a commit 88075bfCopy full SHA for 88075bf
app.js
@@ -24,6 +24,7 @@ app.use(cors())
24
// Global HTTP headers
25
app.use((req, res, next) => {
26
res.header("Content-Type","application/json")
27
+ res.header("Last-Modified",new Date().toUTCString())
28
next()
29
})
30
0 commit comments