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 => {
|
adminApi.updateApplicationConfig = content => {
|
||||||
return service({
|
return service({
|
||||||
url: `${baseUrl}/spring/application.yaml/update`,
|
url: `${baseUrl}/spring/application.yaml`,
|
||||||
params: {
|
params: {
|
||||||
content: content
|
content: content
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue