Update .env

This commit is contained in:
Aditya Siregar
2025-08-15 23:16:19 +07:00
parent 8992328c1b
commit 4ebe6da793
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// API Configuration
// You can modify these values directly here if environment variables are not working
const BACKEND_URL = 'http://localhost:4000' // Change this to your backend URL
const BACKEND_URL = 'https://evoting-be.apskel.org' // Change this to your backend URL
const AUTH_HEADER = '' // Change this to your actual auth header
export const API_CONFIG = {