mirror of https://github.com/halo-dev/halo-admin
pref: update admin api.
parent
e0ab5d4ffa
commit
4d6ed21435
|
@ -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