Skip to content

Commit a3a0392

Browse files
enterprise namespace added (#135)
1 parent e97d7a2 commit a3a0392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ecommerce/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def handler403(_, exception): # pylint: disable=unused-argument
5757
url(r'^api-docs/', get_swagger_view(title='Ecommerce API'), name='api_docs'),
5858
url(r'^courses/', include(('ecommerce.courses.urls', 'courses'))),
5959
url(r'^credit/', include(('ecommerce.credit.urls', 'credit'))),
60+
url(r'^enterprise/', include(('ecommerce.enterprise.urls', 'enterprise'))),
6061
url(r'^coupons/', include(('ecommerce.coupons.urls', 'coupons'))),
6162
url(r'^health/$', core_views.health, name='health'),
6263
url(r'^i18n/', include(('django.conf.urls.i18n'))),

0 commit comments

Comments
 (0)