Skip to content

Commit 4ea9121

Browse files
committed
Fix API name
1 parent fa72754 commit 4ea9121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/restapi/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
router.register(r'project', ProjectViewSet, basename='project')
3636
router.register(r'notification', NotificationViewSet, basename='emailhook')
3737
router.register(r'domain', DomainViewSet, basename='domain')
38-
router.register(r'sphinx_domains', SphinxDomainAPIView, base_name='sphinx_domains')
38+
router.register(r'sphinx_domains', SphinxDomainAPIView, base_name='sphinxdomain')
3939
router.register(
4040
r'remote/org',
4141
RemoteOrganizationViewSet,

0 commit comments

Comments
 (0)