development -> main #1

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

View file

@ -7,7 +7,9 @@ const port = 8090;
app.use(cors());
app.post('/api/command', (req, res) => {
//app.post('/api/command', (req, res) => {
app.post('/iching/api/command', (req, res) => {
executeCommand();
res.status(200).send('Command executed\n');
});