yet another accident

This commit is contained in:
Norman Köhring 2023-12-13 18:24:38 +01:00
parent 26b7fbfa0f
commit 793b1f3eae

View file

@ -1,9 +1,9 @@
import { retryFetch } from "./toolkit.ts";
//const STATUS_URL = "http://ylt:8383/api/runs/";
//const RESULT_URL = "http://ylt:8383/api/results/";
const STATUS_URL = "http://localhost:8383/api/runs/";
const RESULT_URL = "http://localhost:8383/api/results/";
const STATUS_URL = "http://ylt:8383/api/runs/";
const RESULT_URL = "http://ylt:8383/api/results/";
//const STATUS_URL = "http://localhost:8383/api/runs/";
//const RESULT_URL = "http://localhost:8383/api/results/";
const METRIC_DEFAULTS = {
device: "desktop",
waitForResponse: false,