From 6a0ae5b132311e0a806ff99a237eedfa4728b5fd Mon Sep 17 00:00:00 2001 From: jlj <3042504846@qq.com> Date: Tue, 10 Jun 2025 18:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/daren_detail/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/daren_detail/urls.py b/apps/daren_detail/urls.py index 68e9242..775363a 100644 --- a/apps/daren_detail/urls.py +++ b/apps/daren_detail/urls.py @@ -26,7 +26,6 @@ urlpatterns = [ # path('api/tiktok/', include('app.api.tiktok.urls')), # TikTok API # 添加Creator相关API - path('creators/filter/', views.filter_creators, name='filter_creators'), path('creators/add/', views.add_creator, name='add_creator'), path('creators//', views.get_creator_detail, name='get_creator_detail'), path('creators/update_detail/', views.update_creator_detail, name='update_creator_detail'),