Skip to content

Commit bd80c3c

Browse files
committed
last-modified update
1 parent 0714a37 commit bd80c3c

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
@@ -25,7 +25,7 @@ app.use(cors())
2525
// Global HTTP headers
2626
app.use((req, res, next) => {
2727
res.header("Content-Type","application/json")
28-
res.header("Last-Modified","Mon, 30 Oct 2017 19:50:27 GMT")
28+
res.header("Last-Modified","Tue, 31 Oct 2017 20:17:48 GMT")
2929
next()
3030
})
3131

0 commit comments

Comments
 (0)