Skip to content

Commit 176292a

Browse files
committed
removed last-modified header
1 parent 2ac7597 commit 176292a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ app.use(cors())
2424
// Global HTTP headers
2525
app.use((req, res, next) => {
2626
res.header("Content-Type","application/json")
27-
res.header("Last-Modified","Tue, 31 Oct 2017 20:17:48 GMT")
2827
next()
2928
})
3029

0 commit comments

Comments
 (0)