Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How to use redirect() function in flask?
return redirect(home())
return redirect('/home')
return redirect(url_for('home'))
return redirect('hostIP/home')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!