Microservie docker update

This commit is contained in:
2025-10-21 11:06:51 +05:30
parent 8710e52b3a
commit 57a235b710

View File

@ -15,7 +15,7 @@ CORS(app,
)
# Configuration - point to your main backend
MAIN_BACKEND_URL = "http://127.0.0.1:5000"
# MAIN_BACKEND_URL = "http://127.0.0.1:5000"
MAIN_BACKEND_URL = "https://iotbackend.rootxwire.com" # Change this to your main backend URL
# Add OPTIONS handler for preflight requests