Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/src/commit/7b9a8d2fc440a33a6c46903e24d38b0fcf717fb1/app/Http/Middleware/PreventRequestsDuringMaintenance.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

17 lines
366 B

<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance as Middleware;
class PreventRequestsDuringMaintenance extends Middleware
{
/**
* The URIs that should be reachable while maintenance mode is enabled.
*
* @var array<int, string>
*/
protected $except = [
//
];
}