Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jun 3, 2024
1 parent 33c8fd9 commit d9cc597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/msw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { data } from './data';

export const worker = setupWorker(
...getMswHandlers({
baseUrl: 'http://localhost:3000',
data,
}),
);

0 comments on commit d9cc597

Please sign in to comment.