feat: add reverse proxy traefik

This commit is contained in:
Alexis Fourmaux 2026-05-30 18:02:32 +02:00
parent 300c8a370c
commit 048b64f035
2 changed files with 57 additions and 9 deletions

View file

@ -1,4 +1,4 @@
const API_BASE = 'http://192.168.1.195:8000'
const API_BASE = 'https://api.agreg.ungol.fr'
async function fetchConsumption({device_eui, start, end, granularity }) {