Skip to content

Commit

Permalink
ensure endpoint is OK
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Dec 9, 2024
1 parent 9f43b75 commit 0c1c28c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_CORA_Timeseries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
@info(outputfile);

#@time open(outputfile, "w") do io
r = HTTP.request("POST", joinpath(beacon_services[datasource], "api/query"),
endpoint = "https://beacon-cora-ts.maris.nl/api/query"

r = HTTP.request("POST", endpoint,
["Content-type"=> "application/json",
"Authorization" => "Bearer $(APItoken)"
],
Expand Down

0 comments on commit 0c1c28c

Please sign in to comment.