|
|
|
|
@ -82,7 +82,7 @@ in django_rest_api/urls.py edit
|
|
|
|
|
```python
|
|
|
|
|
from django.contrib import admin
|
|
|
|
|
from django.urls import path
|
|
|
|
|
from django.conf.url import include # add this
|
|
|
|
|
from django.conf.urls import include # add this
|
|
|
|
|
|
|
|
|
|
urlpatterns = [
|
|
|
|
|
path('', include('contacts_api.url')), # add this
|
|
|
|
|
|