save tipp redirects to calculate which then finally redirects to the
dashboard
This commit is contained in:
@@ -47,7 +47,7 @@ class PagesController extends Controller
|
||||
$tipp->user = Auth::user()->id;
|
||||
$tipp->save();
|
||||
|
||||
return redirect('/dashboard');
|
||||
return redirect('/calculate');
|
||||
}
|
||||
|
||||
function calculateScore() {
|
||||
|
Reference in New Issue
Block a user