Skip to content

Commit 62ab341

Browse files
committed
set the correct server url
1 parent e77a716 commit 62ab341

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/docs/swagger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ info:
1313
blog backend, following standard HTTP and JSON conventions.
1414
1515
servers:
16-
#- url: https://blog-api-tp8c.onrender.com/api/v1
17-
- url: http://localhost:5000/api/v1
16+
- url: https://blog-api-tp8c.onrender.com/api/v1
17+
#- url: http://localhost:5000/api/v1
1818

1919
components:
2020
securitySchemes:

0 commit comments

Comments
 (0)