Skip to content

Commit

Permalink
docs/api: use js-specific type for cors in serverInfo response
Browse files Browse the repository at this point in the history
there is no such thing as an int in js
  • Loading branch information
dumbmoron authored Jul 7, 2024
1 parent 5d122be commit 2f4a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ response body type: `application/json`
| `branch` | `string` | git branch |
| `name` | `string` | server name |
| `url` | `string` | server url |
| `cors` | `int` | cors status |
| `cors` | `number` | cors status |
| `startTime` | `string` | server start time |

0 comments on commit 2f4a013

Please sign in to comment.