Django - REST Framework Basics
Identify the error in this router registration code:
from rest_framework import routers
router = routers.DefaultRouter()
router.register('authors', authorsViewSet)