We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e653e commit f872fd3Copy full SHA for f872fd3
apps/console/src/App.tsx
@@ -104,7 +104,7 @@ export function AppContent() {
104
105
async function initializeClient() {
106
try {
107
- const stackClient = new ObjectStackClient({ baseUrl: '/api/v1' });
+ const stackClient = new ObjectStackClient({ baseUrl: '/' });
108
await new Promise(resolve => setTimeout(resolve, 500));
109
await stackClient.connect();
110
0 commit comments