Skip to content

Commit 165c424

Browse files
committed
Update baseUrl in createStorybookDataSource to '/' for correct API endpoint
1 parent 96f6389 commit 165c424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/datasource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ObjectStackAdapter } from '@object-ui/data-objectstack';
1313
*/
1414
export function createStorybookDataSource() {
1515
return new ObjectStackAdapter({
16-
baseUrl: '',
16+
baseUrl: '/',
1717
// No token needed for MSW
1818
});
1919
}

0 commit comments

Comments
 (0)