We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa72754 commit 4ea9121Copy full SHA for 4ea9121
readthedocs/restapi/urls.py
@@ -35,7 +35,7 @@
35
router.register(r'project', ProjectViewSet, basename='project')
36
router.register(r'notification', NotificationViewSet, basename='emailhook')
37
router.register(r'domain', DomainViewSet, basename='domain')
38
-router.register(r'sphinx_domains', SphinxDomainAPIView, base_name='sphinx_domains')
+router.register(r'sphinx_domains', SphinxDomainAPIView, base_name='sphinxdomain')
39
router.register(
40
r'remote/org',
41
RemoteOrganizationViewSet,
0 commit comments