diff --git a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md index 168199e..33b90c3 100644 --- a/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md +++ b/docs/Guides/Django REST Framework/7 - Writing API Endpoints.md @@ -81,4 +81,6 @@ Knowing where you should place your validation functions is something you will e If you're just starting off, this isn't something you should be too worried about. Just knowing that the serializer parses to JSON is plenty enough to get started with building CRUD apps. ### Views -If serializers convert the underlying model to JSON, then views return the web response. \ No newline at end of file +If serializers convert the underlying model to JSON, then views return the web response. +![](_resources/7%20-%20Writing%20API%20Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg) +Prior to \ No newline at end of file diff --git a/docs/Guides/Django REST Framework/_resources/7 - Writing API Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg b/docs/Guides/Django REST Framework/_resources/7 - Writing API Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg new file mode 100644 index 0000000..6bb9322 Binary files /dev/null and b/docs/Guides/Django REST Framework/_resources/7 - Writing API Endpoints/9bb3d5c0c6da24a9d80d81d1e5b4a716_MD5.jpeg differ diff --git a/docs/Guides/Django REST Framework/_resources/Pasted image 20241102182116.png b/docs/Guides/Django REST Framework/_resources/Pasted image 20241102182116.png deleted file mode 100644 index 062a785..0000000 Binary files a/docs/Guides/Django REST Framework/_resources/Pasted image 20241102182116.png and /dev/null differ