Coding Challenge
Practice creating a route in a Python Flask server.
We'll cover the following...
Problem statement
Currently our webserver.py
is a Flask server that serves up user data on two routes, /user/<userid>
and /users
.
For this code challenge:
-
Add a Flask route ...