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 2ac7597 commit 176292aCopy full SHA for 176292a
app.js
@@ -24,7 +24,6 @@ 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","Tue, 31 Oct 2017 20:17:48 GMT")
28
next()
29
})
30
0 commit comments