From f98cd858723bbb1dc182fb95b674e631ad601de7 Mon Sep 17 00:00:00 2001 From: TheGamecraft Date: Tue, 27 Nov 2018 17:17:52 -0500 Subject: [PATCH] ALPHA 3.0.6h --- app/Http/helpers.php | 2 +- routes/web.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/helpers.php b/app/Http/helpers.php index cf472355..6d7e1493 100644 --- a/app/Http/helpers.php +++ b/app/Http/helpers.php @@ -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; diff --git a/routes/web.php b/routes/web.php index fe8ae80f..bb449de3 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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')) {