Making Websites with Flask/Routing

What is Routing?Edit

Routing basically means returning something to the user when they visit a specific URL on the site, which is called a route. In the Getting Started tutorial, we had two routes: the root route, /, and /hello.

Route VariablesEdit

Variable RulesEdit

Trailing SlashEdit

URL BuildingEdit