mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
refactor: refactor app and api
This commit is contained in:
parent
5ab50b8a93
commit
287ef7527d
157 changed files with 8116 additions and 3587 deletions
|
@ -4,9 +4,10 @@ const settings = {
|
|||
get() {
|
||||
return http.get('/settings')
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
save(data: any) {
|
||||
return http.post('/settings', data)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
export default settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue