Skip to content

Commit

Permalink
fix: update swagger route
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Sep 13, 2020
1 parent df202ad commit 7ce2236
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/swagger/routes/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
},
},
responses: {
'200': {
200: {
description: 'Create New Account',
},
},
Expand Down Expand Up @@ -68,7 +68,7 @@ module.exports = {
},
},
responses: {
'200': {
200: {
description: 'Login Your Account',
},
},
Expand All @@ -85,7 +85,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Get Profile',
},
},
Expand Down
10 changes: 5 additions & 5 deletions docs/swagger/routes/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Get All Role',
},
},
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = {
},
},
responses: {
'200': {
200: {
description: 'Create New Role',
},
},
Expand All @@ -72,7 +72,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Get Role By Id',
},
},
Expand Down Expand Up @@ -113,7 +113,7 @@ module.exports = {
},
},
responses: {
'200': {
200: {
description: 'Update Data Role',
},
},
Expand All @@ -139,7 +139,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Delete Role By Id',
},
},
Expand Down
10 changes: 5 additions & 5 deletions docs/swagger/routes/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Get All User',
},
},
Expand Down Expand Up @@ -69,7 +69,7 @@ module.exports = {
},
},
responses: {
'200': {
200: {
description: 'Create New User',
},
},
Expand Down Expand Up @@ -97,7 +97,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Get User By Id',
},
},
Expand Down Expand Up @@ -153,7 +153,7 @@ module.exports = {
},
},
responses: {
'200': {
200: {
description: 'Update Data User',
},
},
Expand All @@ -179,7 +179,7 @@ module.exports = {
},
],
responses: {
'200': {
200: {
description: 'Delete User By Id',
},
},
Expand Down

0 comments on commit 7ce2236

Please sign in to comment.