From 80dbe7e947e61812af887d75ba54d36659588dce Mon Sep 17 00:00:00 2001 From: MOHAN Date: Sat, 13 Jun 2026 13:19:50 +0530 Subject: [PATCH] Update API config Co-Authored-By: Claude Sonnet 4.6 --- src/API/api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/API/api.js b/src/API/api.js index a32f161..313d0ca 100644 --- a/src/API/api.js +++ b/src/API/api.js @@ -1,6 +1,7 @@ import axios from "axios"; -var API_BASE_URL = "https://ads.dine360ads.com/api/api"; +// var API_BASE_URL = "https://ads.dine360ads.com/api/api"; +var API_BASE_URL = "https://backend.dine360ads.com/api"; //API_BASE_URL = "http://82.25.95.117:5000/api"; //API_BASE_URL = "http://localhost:5000/api"; // Update as needed