Merge pull request #45203 from nextcloud/backport/44939/stable28

[stable28] fix(settings): Save one HTTP request on enabling an app
This commit is contained in:
John Molakvoæ 2024-05-14 16:01:18 +02:00 committed by GitHub
commit 1db0220de5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -186,7 +186,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