Skip to content

Commit

Permalink
chore: MSW delay 200으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bassyu committed Oct 9, 2023
1 parent 19356c1 commit 37b8f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/mocks/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gardenHandlers from './handlers/gardenHandlers';
import historyHandlers from './handlers/historyHandlers';

export const worker = setupWorker(
...makeHandler(500, 0),
...makeHandler(200, 0),
...historyHandlers,
...dictionaryPlantRegistrationHandlers,
...gardenHandlers
Expand Down

0 comments on commit 37b8f87

Please sign in to comment.