Skip to content

Commit

Permalink
Fix non-personalized recommendation dashboard API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Dec 20, 2024
1 parent f18e153 commit bfba4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CategorizedItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
axios.get('/api/dashboard/categories').then((response) => {
this.categories = [''].concat(response.data);
});
axios.get('/api/non-personalized/popular/', {
axios.get('/api/dashboard/non-personalized/popular/', {
params: {
end: this.cacheSize,
},
Expand Down

0 comments on commit bfba4f3

Please sign in to comment.