modified blacklist redirect after adding

This commit is contained in:
2019-12-01 03:49:32 -06:00
parent 9c927e025d
commit 829eb8428d
2 changed files with 6 additions and 3 deletions

View File

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