diff --git a/dhub/urls.py b/dhub/urls.py index c50da55..d070a15 100644 --- a/dhub/urls.py +++ b/dhub/urls.py @@ -28,4 +28,5 @@ urlpatterns = [ path("lot/", include("lot.urls")), path('api/', include('api.urls')), path('dpp/', include('dpp.urls')), + path('did/', include('did.urls')), ]