This commit is contained in:
2025-08-29 09:00:47 +02:00
parent 458fa90347
commit 5838b00e1e
5 changed files with 13 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ POST /sort
```json
{
"array": [3, 1, 4, 1, 5, 9]
"input": [3, 1, 4, 1, 5, 9]
}
```
@@ -61,7 +61,7 @@ POST /isOdd
```json
{
"number": 7
"input": 7
}
```
@@ -91,7 +91,7 @@ POST /isEven
```json
{
"number": 4
"input": 4
}
```
@@ -119,7 +119,7 @@ POST /toString
```json
{
"number": 7
"input": 7
}
```