#309 and some cleanups
This commit is contained in:
parent
5306bb518d
commit
b646877e8b
49 changed files with 44 additions and 1859 deletions
|
|
@ -3,7 +3,7 @@ import ms = require('ms');
|
|||
|
||||
const router = express.Router();
|
||||
|
||||
router.use('/@/about/resources', express.static(`${__dirname}/resources`, {
|
||||
router.use('/@/about/assets', express.static(`${__dirname}/assets`, {
|
||||
maxAge: ms('7 days')
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue