From 818b51a7bac6e01738777dde0f37e986339b15d9 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Tue, 17 Feb 2026 11:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=88=86=E9=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/urls.py b/backend/config/urls.py index e451c91..a1073a1 100644 --- a/backend/config/urls.py +++ b/backend/config/urls.py @@ -15,7 +15,7 @@ urlpatterns = [ path('api/redoc/', SpectacularRedocView.as_view(url_name='schema'), name='redoc'), ] -# 静态文件配置(开发环境) +# 静态文件配置(开发环境)1 if settings.DEBUG: urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)