From 493c7636b2cfc74da442727efd685598ddf8b0d9 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 20 Nov 2024 12:04:56 +0100 Subject: [PATCH] fix --- dhub/urls.py | 1 + 1 file changed, 1 insertion(+) 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')), ]