Skip to content

Commit

Permalink
fixing swagger docs (#3354)
Browse files Browse the repository at this point in the history
* fixing swagger docs

* small nit
  • Loading branch information
Defi-Moses authored Nov 1, 2024
1 parent f4c956d commit 88a06f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/rest-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
},
"servers": [
{
"url": "http://localhost:3000"
"url": "https://api.synapseprotocol.com",
"description": "Production server"
},
{
"url": "http://localhost:3000",
"description": "Local development server"
}
],
"paths": {
Expand Down

0 comments on commit 88a06f3

Please sign in to comment.