From ae565a564a11fd38e3a24cc5c7a71d1976a76d47 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Mon, 28 Apr 2025 21:21:50 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#32]=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=EC=A0=9D=ED=8A=B8=20=EB=A3=A8=ED=8A=B8=20url=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/urls.py b/config/urls.py index 0e9fdf3..af7d012 100644 --- a/config/urls.py +++ b/config/urls.py @@ -9,6 +9,7 @@ urlpatterns = [ path('api/user/', include('users.urls')), # path('api/code/', include('codes.urls')), path('api/portfolio/', include('portfolios.urls')), + path('api/project/', include('projects.urls')), ] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) if settings.DEBUG: