Skip to content

Commit

Permalink
chore: add localhost servers schema (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored May 25, 2024
1 parent 11883c6 commit 72e1c90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"title": "Pulsate API Document",
"version": "0.1.0"
},
"servers": [
{
"url": "http://localhost:3000/",
"description": "Local server"
}
],
"components": {
"schemas": {
"CreateAccountResponse": {
Expand Down

0 comments on commit 72e1c90

Please sign in to comment.