优化
This commit is contained in:
parent
0d494d1976
commit
6a0ae5b132
@ -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/<int:creator_id>/', views.get_creator_detail, name='get_creator_detail'),
|
||||
path('creators/update_detail/', views.update_creator_detail, name='update_creator_detail'),
|
||||
|
Loading…
Reference in New Issue
Block a user