You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ Congratulations now you have your first api working.
352
352
353
353
Now that you've explored some of the shortcuts provided by DRF, let's delve into creating an endpoint for the album model using a plain Serializer, without relying heavily on shortcuts.
354
354
355
-
Let's start by the urls part. We gonna need to add the new route to our `music.urls.py`. Now it should look like this.
355
+
Let's start by the urls part. We're going to need to add the new route to our `music.urls.py`. Now it should look like this.
0 commit comments