update
This commit is contained in:
@@ -7,6 +7,11 @@ use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class KomuditiController extends Controller
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('auth');
|
||||
}
|
||||
|
||||
public function index(){
|
||||
$auth_user = Auth::user();
|
||||
$api_url = config('api.url');
|
||||
|
||||
Reference in New Issue
Block a user