teresantns / DesafioConstrudelas

Final project for the Construdelas academy, in which I built a loyalty program API
1 stars 0 forks source link

"Return specific referral" endpoint #5

Closed teresantns closed 2 years ago

teresantns commented 2 years ago

Creating the endpoint that returns the data from a specific referral on database

This includes coding the endpoint view on views.py, and including the corresponding path on urls.py

Some requirements that must be met:

These requirements will translate into features in the code.