Harshit Pathak пре 3 месеци
родитељ
комит
db9d929c61
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      core/urls.py

+ 2 - 2
core/urls.py

@@ -26,9 +26,9 @@ urlpatterns = [
     # Single product scoring
     path('api/score/', AttributeScoreView.as_view(), name='score_product'),
     
-    path('api/batch-score/', BatchScoreView.as_view(), name='batch_score'),
+    path('api/batch-scor-v0/', BatchScoreView.as_view(), name='batch_score'),
 
-    path('api/batch-score-v2/', BatchScoreViewV2.as_view(), name='batch_score'),
+    path('api/batch-score/', BatchScoreViewV2.as_view(), name='batch_score'),
     
     path('api/content-rules/', ContentRulesView.as_view(), name='content_rules'),