Skip to content

Commit

Permalink
add : permission api
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Jae-Yoon committed Apr 23, 2022
1 parent 5853be5 commit 019450a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/src/routers/PermissionPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function WorkerState(props) {
event.preventDefault();
axios
.post(
'/api/member',
'/api/permission',
{
name: a.name,
id: a.id,
Expand Down Expand Up @@ -230,7 +230,7 @@ function WorkerState(props) {
event.preventDefault();
axios
.post(
'/api/member',
'/api/permission',
{
name: a.name,
id: a.id,
Expand Down Expand Up @@ -264,7 +264,7 @@ function WorkerState(props) {
event.preventDefault();
axios
.post(
'/api/member',
'/api/permission',
{
name: a.name,
id: a.id,
Expand Down

0 comments on commit 019450a

Please sign in to comment.