summaryrefslogtreecommitdiffstats
path: root/src/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webapp')
-rw-r--r--src/webapp/src/lib/configuration.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/webapp/src/lib/configuration.ts b/src/webapp/src/lib/configuration.ts
index 2b9c2af..a480141 100644
--- a/src/webapp/src/lib/configuration.ts
+++ b/src/webapp/src/lib/configuration.ts
@@ -1,6 +1,8 @@
export const api_version = "v1";
-export const api_docs = "http://localhost:5003/swagger/index.html";
-export const api_url = "http://localhost:5003";
+// export const api_docs = "http://localhost:5003/swagger/index.html";
+// export const api_url = "http://localhost:5003";
+export const api_docs = "https://bmt-api.ivarlovlie.no/swagger/index.html";
+export const api_url = "https://bmt-api.ivarlovlie.no";
export function api_base(path) {
return `${api_url}/${api_version}/${path}`;