Skip to content

Commit

Permalink
Merge pull request FZJ-INM1-BDA#45 from FZJ-INM1-BDA/fix_APIendpoint
Browse files Browse the repository at this point in the history
update api endpoint
  • Loading branch information
dickscheid authored Jul 30, 2024
2 parents e23a30d + 8a84ce6 commit b9fe5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +siibra/+internal/API.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
properties (Constant=true)
Endpoint = "https://siibra-api-stable.apps.hbp.eu/v1_0/"
EndpointV2 = "https://siibra-api-stable.apps.hbp.eu/v2_0"
EndpointV3 = "https://siibra-api-latest.apps-dev.hbp.eu/v3_0" % still finalizing
EndpointV3 = "https://siibra-api-stable.apps.hbp.eu/v3_0"
end

methods (Static)
Expand Down

0 comments on commit b9fe5f0

Please sign in to comment.