We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a1bfd commit 807f636Copy full SHA for 807f636
src/Plotly.jl
@@ -33,7 +33,7 @@ default_opts = {
33
function get_plot_endpoint()
34
config = get_config()
35
plot_endpoint = "clientresp"
36
- return joinpath(config.plotly_domain, plot_endpoint)
+ return "$(config.plotly_domain)/$plot_endpoint"
37
end
38
39
function get_content_endpoint(file_id::String, owner::String)
0 commit comments