Skip to content

Commit 28240b5

Browse files
author
hirsch88
committed
update swagger doc
1 parent 3b006ef commit 28240b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
}
4949
},
50-
"/user": {
50+
"/users": {
5151
"get": {
5252
"tags": [
5353
"User"
@@ -127,7 +127,7 @@
127127
}
128128
}
129129
},
130-
"/user/{id}": {
130+
"/users/{id}": {
131131
"get": {
132132
"tags": [
133133
"User"

0 commit comments

Comments
 (0)