Revert "feat(PHP): add aurweb Prometheus metrics"

This reverts commit aafde79148.
This commit is contained in:
Kevin Morris 2021-10-15 13:39:19 -07:00
parent 1e4345dadf
commit c1a45d355b
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
5 changed files with 2 additions and 182 deletions

View file

@ -18,8 +18,7 @@ $ROUTES = array(
'/rss' => 'rss.php',
'/tos' => 'tos.php',
'/tu' => 'tu.php',
'/addvote' => 'addvote.php',
'/metrics' => 'metrics.php' // Prometheus Metrics
'/addvote' => 'addvote.php',
);
$PKG_PATH = '/packages';