Skip to content

Commit

Permalink
Update openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago21112001 authored Mar 31, 2024
1 parent 6ca0446 commit 1ec334c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatewayservice/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
servers:
- url: http://localhost:8000
description: Development server
- url: http://${{ secrets.DEPLOY_HOST }}:8000
- url: http://20.77.40.187:8000
description: Production server
paths:
/adduser:
Expand Down Expand Up @@ -362,4 +362,4 @@ paths:
'404':
description: Question not found
'500':
description: Internal server error
description: Internal server error

0 comments on commit 1ec334c

Please sign in to comment.