Skip to content

Commit

Permalink
fix: use correct backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Sep 6, 2024
1 parent 81d8ca2 commit b40a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/backends/backend.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const requestBackend = (ast: AstTopLayer, updateResponse: (response: Map<
const measure = buildMeasure(library.url, measures);
const query = { lang: "cql", lib: library, measure: measure };

const backend = new Spot(new URL("http://localhost:8055"), [
const backend = new Spot(new URL("https://locator-dev.bbmri-eric.eu/backend"), [
"brno",
"berlin",
"aachen",
Expand Down

0 comments on commit b40a013

Please sign in to comment.