From 74361eb162280d3b05cf1ca3007e9495191bed76 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 13 Nov 2025 22:47:10 +0100 Subject: [PATCH] accidentally committed debug endpoint for property checking --- src/App/SideBar/check_property.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/SideBar/check_property.ts b/src/App/SideBar/check_property.ts index f0c779e..24a41cb 100644 --- a/src/App/SideBar/check_property.ts +++ b/src/App/SideBar/check_property.ts @@ -2,8 +2,8 @@ import { RT_Statechart } from "@/statecharts/runtime_types"; import { Plant } from "../Plant/Plant"; import { TraceItem } from "../hooks/useSimulator"; -const endpoint = "http://localhost:15478/check_property"; -// const endpoint = "https://deemz.org/apis/mtl-aas/check_property"; +// const endpoint = "http://localhost:15478/check_property"; +const endpoint = "https://deemz.org/apis/mtl-aas/check_property"; export type PropertyTrace = { timestamp: number,