Home »
MCQs »
Flask MCQs
Which of the following method is used to send a user to another endpoint?
37. Which of the following method is used to send a user to another endpoint?
- Direct()
- url()
- redirect()
- Page()
Answer: C) redirect()
Explanation:
Redirect() method to send a user to another endpoint.