Skip to content

Commit

Permalink
Update swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavdy committed Jun 17, 2020
1 parent dfbaaa1 commit 166ea75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"https"
],
"paths": {
"v1/auth/signup": {
"/v1/auth/signup": {
"post": {
"tags": [
"Auth"
Expand Down Expand Up @@ -62,7 +62,7 @@
}
}
},
"v1/auth/signup/addstaff": {
"/v1/auth/signup/addstaff": {
"post": {
"tags": [
"Auth"
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
},
"v1/auth/signin": {
"/v1/auth/signin": {
"post": {
"tags": [
"Auth"
Expand Down

0 comments on commit 166ea75

Please sign in to comment.