Remove root slash from api url.

This commit is contained in:
Ferdinand Mütsch 2019-05-20 20:49:12 +02:00
parent a2095a6f79
commit 393a3e9801
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
function load(interval) {
let apiKey = document.getElementById('apikey-input').value
fetch(`/api/summary?interval=${interval}&live=true`, {
fetch(`api/summary?interval=${interval}&live=true`, {
method: 'GET',
headers: {
'Accept': 'application/json',