Update main.js

This commit is contained in:
zmilenka 2025-01-05 16:30:29 +01:00
parent 3075db223e
commit 563d308c3c

View file

@ -8,6 +8,7 @@ if (!USER_TOKEN) {
process.exit(1);
}
console.log("Spierdalaj");
const INSTANCE_URL = process.env.INSTANCE_URL;
const API_BASE = `${INSTANCE_URL}/api`;