diff --git a/backend/server.ts b/backend/server.ts index 89e6824..c904015 100644 --- a/backend/server.ts +++ b/backend/server.ts @@ -8,7 +8,7 @@ const port = 8090; //CORS aktivieren //app.use(cors()); app.use(cors({ - origin: 'http://localhost:8080' + origin: 'http://localhost:8090' })); app.post('/api/command', (req, res) => {