summaryrefslogtreecommitdiff
path: root/lib/web/statusRouter.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move config out of statics pathSheogorath2018-06-241-0/+17
| | | | | | | | Since static path is providing with a high expiration data, we provide configs via API. This shouldn't add any noticeable load while making it uncached and this way working again. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Change config to camel case with backwards compatibilitySheogorath2018-03-251-2/+2
| | | | | | | | This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* refactor(app.js): Extract status pagesBoHong Li2017-05-081-0/+92