fix
This commit is contained in:
@@ -18,5 +18,5 @@ urlpatterns = [
|
|||||||
]
|
]
|
||||||
)),
|
)),
|
||||||
path('search/', search_views.SearchApiView.as_view()),
|
path('search/', search_views.SearchApiView.as_view()),
|
||||||
path('set_tg_id/<str:code>/', product_views.UpdateProductTgIdApiView.as_view()),
|
path('set_tg_id/<str:product_code>/', product_views.UpdateProductTgIdApiView.as_view()),
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user