const OLD_API_URL = "https://fxtj7xkgc6.execute-api.eu-central-1.amazonaws.com/prod/"; const NEW_API_URL = "https://the-mind-api.edilkamin.com/"; const API_URL = NEW_API_URL; export { API_URL, NEW_API_URL, OLD_API_URL };