Merge pull request #45204 from nextcloud/backport/44939/stable29

[stable29] fix(settings): Save one HTTP request on enabling an app
This commit is contained in:
Ferdinand Thiessen 2024-05-06 19:22:42 +02:00 committed by GitHub
commit ed65dcbaae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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(

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long