Skip to content

Commit

Permalink
Merge pull request #45204 from nextcloud/backport/44939/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(settings): Save one HTTP request on enabling an app
  • Loading branch information
susnux authored May 6, 2024
2 parents 88e871f + cd44613 commit ed65dcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/settings/src/store/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const actions = {
})

// check for server health
return api.get(generateUrl('apps/files'))
return api.get(generateUrl('apps/files/'))
.then(() => {
if (response.data.update_required) {
showInfo(
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-apps-users-management.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-apps-users-management.js.map

Large diffs are not rendered by default.

0 comments on commit ed65dcb

Please sign in to comment.