mirror of https://github.com/halo-dev/halo
pref: update admin api.
parent
606c8ab571
commit
6cc1c61a5e
|
@ -91,7 +91,7 @@ adminApi.getApplicationConfig = () => {
|
|||
|
||||
adminApi.updateApplicationConfig = content => {
|
||||
return service({
|
||||
url: `${baseUrl}/spring/application.yaml/update`,
|
||||
url: `${baseUrl}/spring/application.yaml`,
|
||||
params: {
|
||||
content: content
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue