This commit is contained in:
2019-12-01 03:57:54 -06:00
parent 11c9bd6a32
commit 67b9f10156

View File

@@ -73,7 +73,7 @@ class BlacklistController extends Controller
}
//Return the view
return view('blacklist.add')->with('success', 'Character added to the blacklist.');
return redirect('/blacklist/display/add')->with('success', 'Character added to the blacklist.');
}
public function RemoveFromBlacklist(Request $request) {