Skip to content

Commit

Permalink
refactor: (#205) wus 폴더의 게시글 목록 MSW 코드를 밖으로 분리 및 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilpop8663 committed Aug 2, 2023
1 parent 89ec68c commit 2041f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { mockComment } from './comment';
import { example } from './example/get';
import { mockVoteResult } from './getVoteDetail';
import { mockPost } from './post';
import { mockPostList } from './postList';
import { mockUserInfo } from './userInfo';
import { mockVote } from './vote';
import { mockPostList } from './wus/post';

export const handlers = [
...example,
Expand Down
File renamed without changes.

0 comments on commit 2041f80

Please sign in to comment.