Skip to content

Commit f872fd3

Browse files
committed
Update ObjectStackClient base URL to root for initialization
1 parent e0e653e commit f872fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/console/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function AppContent() {
104104

105105
async function initializeClient() {
106106
try {
107-
const stackClient = new ObjectStackClient({ baseUrl: '/api/v1' });
107+
const stackClient = new ObjectStackClient({ baseUrl: '/' });
108108
await new Promise(resolve => setTimeout(resolve, 500));
109109
await stackClient.connect();
110110

0 commit comments

Comments
 (0)