chore(api/umami.php): update url

This commit is contained in:
Cory Dransfeldt 2025-06-10 17:33:46 -07:00
parent 04e111f8c7
commit a443868f8b
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?php
$umamiHost = 'https://stats.apps.coryd.dev';
$umamiHost = 'https://stats.coryd.dev';
$requestUri = $_SERVER['REQUEST_URI'];
$method = $_SERVER['REQUEST_METHOD'];
$proxyPrefix = '/assets/scripts';