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 687c02c commit d023cf6Copy full SHA for d023cf6
app.js
@@ -28,6 +28,7 @@ app.use(cors())
28
// Global content type
29
app.use((req, res, next) => {
30
res.header("Content-Type","application/json")
31
+ res.header("Last-Modified","Mon, 23 Oct 2017 03:39:28 GMT")
32
next()
33
})
34
0 commit comments