Skip to content

Commit

Permalink
update api url in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinovpankaj committed Oct 7, 2023
1 parent 53b309f commit 66623ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api-docs/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components:
- email
- password
- username
- appsecret
- appSecret
properties:
first_name:
type: string
Expand All @@ -63,7 +63,7 @@ components:
type: string
format: password
description: The user's password
appsecret:
appSecret:
type: string
format: string
description: app secret for creating admins.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const options = {

servers: [
{
url: "https://deckinspectors-dev.azurewebsites.net",
url: "https://deckinspectorswebapi.azurewebsites.net",
description: "Prod Deck Inspectors Documentation",
},
{
Expand Down

0 comments on commit 66623ad

Please sign in to comment.