pref: update admin api.

pull/59/head
ruibaby 2020-01-02 20:34:21 +08:00
parent e0ab5d4ffa
commit 4d6ed21435
1 changed files with 1 additions and 1 deletions

View File

@ -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
},