mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-20 06:09:04 +02:00
yet another accident
This commit is contained in:
parent
26b7fbfa0f
commit
793b1f3eae
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
import { retryFetch } from "./toolkit.ts";
|
import { retryFetch } from "./toolkit.ts";
|
||||||
|
|
||||||
//const STATUS_URL = "http://ylt:8383/api/runs/";
|
const STATUS_URL = "http://ylt:8383/api/runs/";
|
||||||
//const RESULT_URL = "http://ylt:8383/api/results/";
|
const RESULT_URL = "http://ylt:8383/api/results/";
|
||||||
const STATUS_URL = "http://localhost:8383/api/runs/";
|
//const STATUS_URL = "http://localhost:8383/api/runs/";
|
||||||
const RESULT_URL = "http://localhost:8383/api/results/";
|
//const RESULT_URL = "http://localhost:8383/api/results/";
|
||||||
const METRIC_DEFAULTS = {
|
const METRIC_DEFAULTS = {
|
||||||
device: "desktop",
|
device: "desktop",
|
||||||
waitForResponse: false,
|
waitForResponse: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue