@ -85,7 +85,7 @@ from django.urls import path
from django.conf.urls import include # add this
urlpatterns = [
path('', include('contacts_api.url')), # add this
path('', include('contacts_api.urls')), # add this
path('admin/', admin.site.urls),
]
```