Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Jan 4, 2016
1 parent 4efaa80 commit 091912d
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 @@ -14,7 +14,7 @@ let app = express();

app.set('x-powered-by', false);
app.use(bodyParser.json());
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, 'public'), { maxAge: 3600000}));

app.use('/api', api);

Expand Down

0 comments on commit 091912d

Please sign in to comment.