mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
feat: customize local environment name #313
This commit is contained in:
parent
4c74bc8619
commit
1e9de6f21b
13 changed files with 78 additions and 36 deletions
|
@ -8,6 +8,10 @@ const settings = {
|
|||
save(data: any) {
|
||||
return http.post('/settings', data)
|
||||
},
|
||||
|
||||
get_server_name() {
|
||||
return http.get('/settings/server/name')
|
||||
},
|
||||
}
|
||||
|
||||
export default settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue