mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Revert "feat(PHP): add aurweb Prometheus metrics"
This reverts commit aafde79148
.
This commit is contained in:
parent
1e4345dadf
commit
c1a45d355b
5 changed files with 2 additions and 182 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue