add_get_route: Add a GET route
Description
Adds a GET route to a tower
Usage
add_get_route(tower, path, handler)
Value
The tower with the added GET route
Arguments
- tower
A tower object
- path
A string containing the path to match
- handler
A function to call when the route is matched