Merge branch 'dev' into 'master'

ALPHA 3.0.6h

See merge request TheGamecraft/c-cms!24
This commit is contained in:
Mathieu Lagace
2018-11-27 22:18:38 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
function getStatus() function getStatus()
{ {
$client = new GuzzleHttp\Client(); $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; $isBroken = false;

View File

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