Skip to content

Commit

Permalink
Added production url
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviier-dev committed Mar 7, 2024
1 parent 5ad869f commit 7d7a9ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ info:
version: "1.0.0"
title: My Brand Olivier API
servers:
- url: http://localhost:3000/
- url: http://localhost:8000/api/v1
description: Local development server
- url: mybrand-olivier-production.up.railway.app
description: Production development server
paths:
/api/blog/blogs:
get:
Expand Down

0 comments on commit 7d7a9ff

Please sign in to comment.