mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
docs/api: use js-specific type for cors
in serverInfo response
there is no such thing as an int in js
This commit is contained in:
parent
5d122be451
commit
2f4a013a2a
1 changed files with 1 additions and 1 deletions
|
@ -73,5 +73,5 @@ response body type: `application/json`
|
||||||
| `branch` | `string` | git branch |
|
| `branch` | `string` | git branch |
|
||||||
| `name` | `string` | server name |
|
| `name` | `string` | server name |
|
||||||
| `url` | `string` | server url |
|
| `url` | `string` | server url |
|
||||||
| `cors` | `int` | cors status |
|
| `cors` | `number` | cors status |
|
||||||
| `startTime` | `string` | server start time |
|
| `startTime` | `string` | server start time |
|
||||||
|
|
Loading…
Reference in a new issue