Skip to content

Commit

Permalink
Merge pull request #44939 from nextcloud/fix/reduce-http-noise
Browse files Browse the repository at this point in the history
fix(settings): Save one HTTP request on enabling an app
  • Loading branch information
susnux authored May 6, 2024
2 parents 79a75ca + c81887c commit a54e69c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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
2 changes: 1 addition & 1 deletion core/css/inputs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/inputs.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading

0 comments on commit a54e69c

Please sign in to comment.