Making Websites with Flask/Routing
Jump to navigation
Jump to search
What is Routing?[edit | edit source]
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
.