diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
| commit | b646877e8bf73650859c52fc00a601da5b34bfc0 (patch) | |
| tree | 347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/about | |
| parent | [Client] Fix design (diff) | |
| download | sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2 sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip | |
#309 and some cleanups
Diffstat (limited to 'src/web/about')
| -rw-r--r-- | src/web/about/assets/style.css (renamed from src/web/about/resources/style.css) | 0 | ||||
| -rw-r--r-- | src/web/about/index.ts | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/web/about/resources/style.css b/src/web/about/assets/style.css index 028bffa525..028bffa525 100644 --- a/src/web/about/resources/style.css +++ b/src/web/about/assets/style.css 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') })); |