Skip to content

Commit d023cf6

Browse files
committed
add temporary last modified header
1 parent 687c02c commit d023cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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")
3132
next()
3233
})
3334

0 commit comments

Comments
 (0)