don
This commit is contained in:
@@ -148,7 +148,8 @@ Route::group(["middleware" => "theme"], function() {
|
||||
# 'donations' => \App\Models\Donation::orderBy('timestamp', 'DESC')->get()
|
||||
# ]);
|
||||
#});
|
||||
#Route::get('login', function() { return view('login'); });
|
||||
#Route::get('login', function() { return view('login'); });
|
||||
Route::get('donations', function() { return view('donation'); });
|
||||
Route::get('login', 'UserController@loggain');
|
||||
#Route::get('counter-strike', function() { return view('counter-strike'); });
|
||||
|
||||
|
Reference in New Issue
Block a user