refactor(express) change route

This commit is contained in:
Stefan080106
2023-04-17 19:19:48 +02:00
parent add215ca98
commit a3f59b0277

View File

@@ -79,7 +79,7 @@ const app = express();
app.use(express.json());
app.post('/', async (req, res) => {
app.post('/depesche', async (req, res) => {
console.log("[INFO] Received print request");
let value = {}
try {