Skip to content

Commit accfa09

Browse files
committed
Test backend endpoint
1 parent 6095a84 commit accfa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/board/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var (
3838
// ErrNotFound is returned when the API returns 404
3939
ErrNotFound = errors.New("board not found")
4040
m sync.Mutex
41-
vidPidURL = "https://builder.arduino.cc/v3/boards/byVidPid"
41+
vidPidURL = "https://builder-dev.arduino.cc/v3/boards/byVidPid"
4242
validVidPid = regexp.MustCompile(`0[xX][a-fA-F\d]{4}`)
4343
)
4444

0 commit comments

Comments
 (0)