Skip to content

Commit

Permalink
Fix comment in SignalingSettings about index.php
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Sep 2, 2024
1 parent 0878edd commit adcf6c9
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 adcf6c9

Please sign in to comment.