Skip to content

Commit

Permalink
Pointing to legacy endpoint for model configs (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvince2 authored Jun 11, 2024
1 parent 3d725b0 commit d08598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimulationService.jl
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function get_model(id::String)
@assert ENABLE_TDS[]
@info "get_model($(repr(id)))"

tds_url = "$(TDS_URL[])/model-configurations/$id"
tds_url = "$(TDS_URL[])/model-configurations-legacy/$id"

JSON3.read(HTTP.get(tds_url, [basic_auth_header[], json_content_header, snake_case_header]).body).configuration
end
Expand Down

0 comments on commit d08598e

Please sign in to comment.