accidentally committed debug endpoint for property checking
This commit is contained in:
parent
dc948629a7
commit
74361eb162
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue