Skip to content

Commit

Permalink
fixing swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses committed Oct 31, 2024
1 parent a330c8b commit d66f46c
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:3001",
"description": "Local development server"
}
],
"paths": {
Expand Down

0 comments on commit d66f46c

Please sign in to comment.