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;

View File

@@ -13,6 +13,7 @@ use \App\Notifications\sms;
/* Basic Auth Route */
Auth::routes();
Route::get('logout', 'Auth\LoginController@logout')->name('logout');
/* Index Route */
if (env('APP_DEBUG')) {