Skip to content

Commit

Permalink
Merge pull request #3504 from nextcloud/backport/3493/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Feb 26, 2024
2 parents 8ad76d0 + 517c801 commit 45b4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getSearchParam = (name) => {

const getCallbackBaseUrl = () => {
const callbackUrl = Config.get('wopi_callback_url')
return callbackUrl || window.location.protocol + '//' + window.location.host + getRootUrl() + '/'
return callbackUrl || window.location.protocol + '//' + window.location.host + getRootUrl()
}

const getWopiSrc = (fileId) => {
Expand Down

0 comments on commit 45b4b2c

Please sign in to comment.