fix returned value

This commit is contained in:
ghost 2023-12-16 16:04:52 +02:00
parent 49468891e3
commit 760ede456a

View file

@ -41,7 +41,7 @@ GET socket.php?port=80&host=php.net
```
JSON
{
status: bool
success: bool
}
```
@ -82,7 +82,7 @@ GET dig.php?name=php.net&records[]=A&records[]=AAAA
```
JSON
{
status: bool
success: bool
records: array
}
```