yet another accident

main
Norman Köhring 5 months ago
parent 26b7fbfa0f
commit 793b1f3eae

@ -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,

Loading…
Cancel
Save