Clean up
This commit is contained in:
parent
c38a792238
commit
15b237875b
14 changed files with 20 additions and 20 deletions
|
|
@ -40,7 +40,7 @@ app.use((req, res, next) => {
|
|||
app.use(favicon(`${__dirname}/resources/favicon.ico`));
|
||||
app.get('/manifest.json', (req, res) => res.sendFile(__dirname + '/resources/manifest.json'));
|
||||
app.get('/apple-touch-icon.png', (req, res) => res.sendFile(__dirname + '/resources/apple-touch-icon.png'));
|
||||
app.use('/_/resources', express.static(`${__dirname}/resources`, {
|
||||
app.use('/resources', express.static(`${__dirname}/resources`, {
|
||||
maxAge: ms('7 days')
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue