|
@@ -106,7 +106,9 @@ Route::withoutMiddleware([
|
|
CustomCreateFreshApiToken::class,
|
|
CustomCreateFreshApiToken::class,
|
|
])->get('/up', function () {
|
|
])->get('/up', function () {
|
|
//Event::dispatch(new DiagnosingHealth);
|
|
//Event::dispatch(new DiagnosingHealth);
|
|
- return view('health');
|
|
|
|
|
|
+ return view('health', [
|
|
|
|
+ 'isSecure' => str_starts_with(config('app.url'), 'https'),
|
|
|
|
+ ]);
|
|
});
|
|
});
|
|
|
|
|
|
// Route::get('/notification', function () {
|
|
// Route::get('/notification', function () {
|