From 0c23beadccfda6c6e2d6380244fbe49f5bfee139 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 24 May 2021 13:30:42 +0200 Subject: API calls uses window.location --- src/frontend/views/RepositoryLog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/views/RepositoryLog.vue') diff --git a/src/frontend/views/RepositoryLog.vue b/src/frontend/views/RepositoryLog.vue index 399fc78..42a9780 100644 --- a/src/frontend/views/RepositoryLog.vue +++ b/src/frontend/views/RepositoryLog.vue @@ -75,7 +75,7 @@ export default { watch(() => { - fetch(`http://localhost:1337/api/v1/repos/${props.repository}/log`) + fetch(`${window.location.protocol}//${window.location.host}/api/v1/repos/${props.repository}/log`) .then((res) => res.json()) .then((data) => { state.commits = data["data"]; -- cgit v1.2.3-18-g5258