Vite config tunnel and Enpoint changes

This commit is contained in:
2026-01-07 00:20:52 -06:00
parent bbc86bb2d8
commit dce0e33693
4 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
const API_BASE_URL = import.meta.env.VITE_API_BASE_URL;
export const METERS_API_URL = `${API_BASE_URL}/api/v3/data/ppfu31vhv5gf6i0/mp1izvcpok5rk6s/records`;
export const METERS_API_URL = `${API_BASE_URL}/api/v3/data/pirzzp3t8kclgo3/m4hzpnopjkppaav/records`;
const API_TOKEN = import.meta.env.VITE_API_TOKEN;
const getAuthHeaders = () => ({