diff --git a/frontend/event.ts b/frontend/event.ts index 067e00c..b1a0b12 100644 --- a/frontend/event.ts +++ b/frontend/event.ts @@ -4,8 +4,8 @@ function handleClick(): void { alert("Hallo von TypeScript!"); //fetch("http://localhost:8090/api/command", { - - fetch("/api/command", { + //fetch("/api/command", { + fetch("http://192-168-197-2.c-one-infra.de:8090/api/command", { method: "POST" /*, headers: {