Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Apr 25, 2022
1 parent 0960f35 commit baa22e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/project/src/routers/PermissionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function UserState(props) {
const onAddmemberHandler = (event) => {
event.preventDefault();
axios
.post('/api/member', {
.post('/api/members', {
name: name,
phone: phone,
})
Expand Down
Binary file modified src/main/resources/.DS_Store
Binary file not shown.

0 comments on commit baa22e1

Please sign in to comment.