Skip to content

Commit

Permalink
docs: Document integration in the Capella Collaboration Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Apr 25, 2024
1 parent 513b56d commit 8253d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/public/static/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*/

window.env = {
ROUTE_PREFIX: "__ROUTE_PREFIX__",
API_BASE_URL: "http://localhost:8000__ROUTE_PREFIX__/api",
};
ROUTE_PREFIX: '__ROUTE_PREFIX__',
API_BASE_URL: 'https://localhost/__ROUTE_PREFIX__/api',
}

0 comments on commit 8253d23

Please sign in to comment.