mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-15 21:45:12 +00:00
fix: modify getPreference url
This commit is contained in:
parent
341a30ba06
commit
d858489367
@ -108,7 +108,7 @@ export function getLogo() {
|
|||||||
|
|
||||||
export function getPreference() {
|
export function getPreference() {
|
||||||
return request({
|
return request({
|
||||||
url: 'api/v1/users/preference/?category=luna',
|
url: '/api/v1/users/preference/?category=luna',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user