Skip to content

Commit

Permalink
updated last-modified header for latest DB update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Oct 25, 2017
1 parent 108b843 commit 9c84e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ app.use(cors())
// Global content type
app.use((req, res, next) => {
res.header("Content-Type","application/json")
res.header("Last-Modified","Mon, 23 Oct 2017 03:39:28 GMT")
res.header("Last-Modified","Wed, 25 Oct 2017 03:09:51 GMT")
next()
})

Expand Down

0 comments on commit 9c84e5d

Please sign in to comment.