Correct Answer : @app.get()
Explanation : @app.get() is a decorator for defining a route or endpoint that handles GET requests.
@app.get()