比赛
All checks were successful
Deploy to Server / deploy (push) Successful in 7m23s

This commit is contained in:
jeremygan2021
2026-03-10 10:37:56 +08:00
parent 29e18e1288
commit 00389e0709
7 changed files with 780 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ urlpatterns = [
path('admin/', admin.site.urls),
path('api/', include('shop.urls')),
path('api/community/', include('community.urls')),
path('api/competition/', include('competition.urls')),
# Swagger文档路由
path('api/schema/', SpectacularAPIView.as_view(), name='schema'),