Skip to content

Commit

Permalink
feat(apitest.jsx): add /user/get for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Jul 29, 2024
1 parent f92facd commit 3c549a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/ApiTest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ const presets = [
nickName: "물먹는 하마2",
},
},
{
method: "GET",
endpoint: "/user/get",
description: "유저 닉네임, 이메일, 이름 get",
body: {},
},
{
method: "POST",
endpoint: "/userDetail/add",
Expand Down

0 comments on commit 3c549a6

Please sign in to comment.