Skip to content

Commit

Permalink
Merge pull request #1788 from nextcloud/fix-comment-signaling-settings
Browse files Browse the repository at this point in the history
Fix comment in SignalingSettings about index.php
  • Loading branch information
Ivansss committed Sep 3, 2024
2 parents 5d30fe3 + adcf6c9 commit 83d1ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextcloudTalk/SignalingSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Foundation
}

if let url = federation["nextcloudServer"] as? String {
// TODO: Add index.php here to be safe?
// No `index.php` required here, as this is an ocs route
result["url"] = url + "/ocs/v2.php/apps/spreed/api/v3/signaling/backend"
}

Expand Down

0 comments on commit 83d1ecf

Please sign in to comment.