summaryrefslogtreecommitdiff
path: root/src/web/about/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/about/index.ts')
-rw-r--r--src/web/about/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/about/index.ts b/src/web/about/index.ts
index 18d259bcc2..9fedeb6273 100644
--- a/src/web/about/index.ts
+++ b/src/web/about/index.ts
@@ -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')
}));