development -> main #1

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

View file

@ -8,7 +8,7 @@ const port = 8090;
//CORS aktivieren //CORS aktivieren
//app.use(cors()); //app.use(cors());
app.use(cors({ app.use(cors({
origin: 'http://localhost:8080' origin: 'http://localhost:8090'
})); }));
app.post('/api/command', (req, res) => { app.post('/api/command', (req, res) => {