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 0714a37 commit bd80c3cCopy full SHA for bd80c3c
app.js
@@ -25,7 +25,7 @@ app.use(cors())
25
// Global HTTP headers
26
app.use((req, res, next) => {
27
res.header("Content-Type","application/json")
28
- res.header("Last-Modified","Mon, 30 Oct 2017 19:50:27 GMT")
+ res.header("Last-Modified","Tue, 31 Oct 2017 20:17:48 GMT")
29
next()
30
})
31
0 commit comments