This commit is contained in:
afiq
2021-02-15 09:08:19 +08:00
parent 9cd75ac010
commit 6a2b78c72c
16 changed files with 118 additions and 115 deletions
@@ -8,6 +8,11 @@ use Illuminate\Support\Facades\Auth;
class LelongController extends Controller
{
public function __construct()
{
$this->middleware('auth');
}
public function lelong(){
$api_url = config('api.url');
$auth_user = Auth::user();