Skip to content

Commit e0959ef

Browse files
fix: point status page to dev API endpoint
1 parent 9e2f01c commit e0959ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/osa/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
// API endpoint - allow override via query param for development/testing
116116
// Usage: ?api=http://localhost:38528 for local testing
117117
const urlParams = new URLSearchParams(window.location.search);
118-
const API_BASE = urlParams.get('api') || 'https://api.osc.earth/osa';
118+
const API_BASE = urlParams.get('api') || 'https://api.osc.earth/osa-dev';
119119

120120
// HTML escape to prevent XSS from API response data
121121
function escapeHtml(str) {

0 commit comments

Comments
 (0)