Skip to content

Commit 4fcfc41

Browse files
authored
Update README.md
1 parent c33f10e commit 4fcfc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class RestaurantSerializer(serializers.ModelSerializer):
4343
fields = ('id', 'name', 'photo', 'tags', 'menu', 'publish')
4444
```
4545

46-
Then we create an API function in views.py which will server requests at /api/list end point
46+
Then we create an API function in views.py which will server requests at /api . We will grab data via api.json .
4747

4848
```python
4949

0 commit comments

Comments
 (0)