Skip to content

Commit 6f8e37d

Browse files
committed
fix file sharing view_file URL
1 parent 89bdbcc commit 6f8e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func FilePage(ctx context.Context, fileMeta *bfsp.FileMetadata, w fyne.Window) f
6666
}
6767

6868
baseURL := config.BigCentralBaseURL()
69-
url := fmt.Sprintf("%s/files/view_file/#z:%s", baseURL, viewInfoStr)
69+
url := fmt.Sprintf("%s/files/view_file#z:%s", baseURL, viewInfoStr)
7070

7171
w.Clipboard().SetContent(url)
7272

0 commit comments

Comments
 (0)