This commit is contained in:
manusdlai 2025-02-16 17:58:30 +05:30
parent ac83c0a269
commit bea38be7b9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const BASE_URL = "https://b804o8s04cwkg80skgcwsw04.dev3vds1.link/api"; // Your Flask API base URL
const BASE_URL = "https://l4kwko8c04s0skgo4gcks8ck.dev3vds1.link//api"; // Your Flask API base URL
// const BASE_URL = "http://localhost:8080/api";
// Function to get all agents

View File

@ -39,7 +39,7 @@ app.config['MAX_CONTENT_LENGTH'] = 20 * 1024 * 1024 # 20 MB
# Configure CORS for frontend origin
CORS(app, resources={r"/api/*": {
"origins": ["https://g0c0848ggco0cgw4gss8gws0.dev3vds1.link", "http://localhost:5173","*"],
"origins": ["https://g0c0848ggco0cgw4gss8gws0.dev3vds1.link", "http://localhost:5173","https://goo0wsoskgg4w8sswsc80c0w.dev3vds1.link","*"],
"methods": ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
"allow_headers": ["Content-Type"]
}})