Home »
MCQs »
Flask MCQs
The Flask class's ____function is a decorator that instructs the application which URL should call the related function?
14. The Flask class's ____function is a decorator that instructs the application which URL should call the related function?
- Route()
- Api()
- Name()
Answer: A) Route()
Explanation:
The Flask class's route() function is a decorator that instructs the application which URL should call the related function.