development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
Showing only changes of commit 05d0522a04 - Show all commits

View file

@ -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: {