|
@@ -26,9 +26,9 @@ urlpatterns = [
|
|
|
# Single product scoring
|
|
# Single product scoring
|
|
|
path('api/score/', AttributeScoreView.as_view(), name='score_product'),
|
|
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'),
|
|
path('api/content-rules/', ContentRulesView.as_view(), name='content_rules'),
|
|
|
|
|
|