mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.6h
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user