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 9e2f01c commit e0959efCopy full SHA for e0959ef
1 file changed
docs/osa/status.md
@@ -115,7 +115,7 @@
115
// API endpoint - allow override via query param for development/testing
116
// Usage: ?api=http://localhost:38528 for local testing
117
const urlParams = new URLSearchParams(window.location.search);
118
-const API_BASE = urlParams.get('api') || 'https://api.osc.earth/osa';
+const API_BASE = urlParams.get('api') || 'https://api.osc.earth/osa-dev';
119
120
// HTML escape to prevent XSS from API response data
121
function escapeHtml(str) {
0 commit comments