summaryrefslogtreecommitdiff
path: root/config/routes.php
AgeCommit message (Collapse)Author
2018-12-19Implemented /metrics endpoint and reimplemented /statsIgor Scheller
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ```
2018-09-03Added CreditsControllerIgor Scheller
2018-08-25Added nikic/fast-route as routing dispatcherIgor Scheller