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 108b843 commit 9c84e5dCopy full SHA for 9c84e5d
app.js
@@ -28,7 +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")
+ res.header("Last-Modified","Wed, 25 Oct 2017 03:09:51 GMT")
32
next()
33
})
34
0 commit comments