We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d29a4b commit 204aef8Copy full SHA for 204aef8
script.js
@@ -14,7 +14,7 @@ let executionStatus;
14
let statusMessage;
15
16
// API endpoint configuration
17
-const API_URL = 'https://fastapi-prod.eba-f2mg8dmn.us-east-1.elasticbeanstalk.com'; // AWS Elastic Beanstalk URL
+const API_URL = 'https://pythonpal.up.railway.app'; // Railway URL
18
19
console.log(`API URL: ${API_URL}`);
20
0 commit comments