Ajout de HelloFresh

This commit is contained in:
2025-09-03 20:17:50 +02:00
parent bcef0a472b
commit d287112b7d
429 changed files with 82881 additions and 22074 deletions

View File

@@ -3,7 +3,8 @@ const API_PASSWORD = 'Mf33ksTRLrPKSqQ4cTXitgiSN6BPBt89';
const Controller = {
Revenue: "revenue",
Expense: "expense"
Expense: "expense",
HelloFresh: "hellofresh"
}
function getApiBaseUrl() {
const isLocal = location.hostname === 'localhost' || location.hostname === '127.0.0.1';