aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/api/client.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/api: better error descriptionTaras Madan2024-11-041-1/+2
| | | | | | "error: api request "https://syzkaller.appspot.com/text?json=1&tag=ReproC&x=11003952980000" failed: 500 (%!w(<nil>))" We have a 500 error w/o explanation. Let's dump some body here.
* dashboard/api: add Client typeDmitry Vyukov2024-10-151-0/+142