MLH-Fellowship / orientation-project-python-24.FAL.A

Orientation Project (Python for 24.FAL.A)
0 stars 9 forks source link

Implement a routing for the API landing page #31

Closed oduyemi closed 2 days ago

oduyemi commented 4 days ago

Currently, the application is returning a 404 response, and that's because the routing to has not been implemented. It would be good to have a welcome message "Welcome to [project-name] API" http://127.0.0.1:5000/ whenever the application starts running. I c.an handle that.

awilkescom commented 4 days ago

That sounds good @oduyemi ! Let's do it!