We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0ea75 commit c95253bCopy full SHA for c95253b
commands/board/list.go
@@ -53,6 +53,8 @@ func apiByVidPid(vid, pid string) ([]*rpc.BoardListItem, error) {
53
req.Header = globals.NewHTTPClientHeader("")
54
req.Header.Set("Content-Type", "application/json")
55
56
+ // TODO: use proxy if set
57
+
58
if res, err := http.DefaultClient.Do(req); err == nil {
59
if res.StatusCode >= 400 {
60
if res.StatusCode == 404 {
0 commit comments