ALPHA 3.0.6h

This commit is contained in:
TheGamecraft
2018-11-27 17:17:52 -05:00
parent fc9d14e735
commit f98cd85872
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
function getStatus()
{
$client = new GuzzleHttp\Client();
$incidents = $client->get('https://status.c-cms.cf/api/v1/incidents');
$incidents = $client->get('https://status.exvps.ca/api/v1/incidents');
$isBroken = false;