Skip to content

Commit 9c84e5d

Browse files
committed
updated last-modified header for latest DB update
1 parent 108b843 commit 9c84e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app.use(cors())
2828
// Global content type
2929
app.use((req, res, next) => {
3030
res.header("Content-Type","application/json")
31-
res.header("Last-Modified","Mon, 23 Oct 2017 03:39:28 GMT")
31+
res.header("Last-Modified","Wed, 25 Oct 2017 03:09:51 GMT")
3232
next()
3333
})
3434

0 commit comments

Comments
 (0)