Skip to content

Commit 807f636

Browse files
committed
don't use joinpath for urls
1 parent 27a1bfd commit 807f636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plotly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ default_opts = {
3333
function get_plot_endpoint()
3434
config = get_config()
3535
plot_endpoint = "clientresp"
36-
return joinpath(config.plotly_domain, plot_endpoint)
36+
return "$(config.plotly_domain)/$plot_endpoint"
3737
end
3838

3939
function get_content_endpoint(file_id::String, owner::String)

0 commit comments

Comments
 (0)