✨ Feat: [#32] 프로젝트 루트 url 추가
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user