Skip to content

Commit

Permalink
fix(backend config): comment in other sites
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Dec 20, 2023
1 parent f1af84a commit a278559
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@
const backendConfig = {
url: (import.meta.env.PROD) ? backendUrl : "http://localhost:8080",
backends: [
// "mannheim",
// "freiburg",
// "muenchen-tum",
// "hamburg",
// "frankfurt",
// "berlin",
// "dresden",
"mannheim",
"freiburg",
"muenchen-tum",
"hamburg",
"frankfurt",
"berlin",
"dresden",
"mainz",
// "muenchen-lmu",
// "essen",
// "ulm",
// "wuerzburg",
// "hannover",
"muenchen-lmu",
"essen",
"ulm",
"wuerzburg",
"hannover",
],
uiSiteMap: uiSiteMap,
catalogueKeyToResponseKeyMap: catalogueKeyToResponseKeyMap,
Expand Down

0 comments on commit a278559

Please sign in to comment.