Skip to content

Commit

Permalink
fix: modify getPreference url
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 committed Oct 15, 2024
1 parent 341a30b commit d858489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function getLogo() {

export function getPreference() {
return request({
url: 'api/v1/users/preference/?category=luna',
url: '/api/v1/users/preference/?category=luna',
method: 'get'
})
}

0 comments on commit d858489

Please sign in to comment.