What is an 'endpoint' in Flask?
The Flask documentation shows: add_url_rule(*args, **kwargs) Connects a URL rule. Works exactly like the route() decorator. If a view_func is provided it will be registered with the en...