search endpoint
This commit is contained in:
@@ -58,7 +58,7 @@ class WikiController extends Controller
|
||||
|
||||
}
|
||||
|
||||
return view('admin.dashboard')->with('success', 'Wiki has been purged.');
|
||||
return redirect('/admin/dashboard')->with('success', 'Wiki has been purged.');
|
||||
}
|
||||
|
||||
public function displayRegister() {
|
||||
|
||||
Reference in New Issue
Block a user