mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 10:59:23 +00:00
Add support for downloading files (nctalk) (#1249)
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
@ -21,5 +21,5 @@ const (
|
||||
|
||||
// RemoteDavEndpoint returns the endpoint for the Dav API for Nextcloud
|
||||
func RemoteDavEndpoint(username string, davType string) string {
|
||||
return "/remote.php/dav/" + username + "/" + davType + "/"
|
||||
return "/remote.php/dav/" + davType + "/" + username + "/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user