|
|
@@ -34,7 +34,7 @@ func boardHandler(w http.ResponseWriter, r *http.Request) { |
|
|
|
args := r.URL.Query() |
|
|
|
// check args pre-conditions |
|
|
|
if !checkArgExists(args, "board", w) { |
|
|
|
errorResponse(400, "Missing required 'boards' URL parameter", w, r) |
|
|
|
errorResponse(400, "Missing required 'board' URL parameter", w, r) |
|
|
|
return |
|
|
|
} |
|
|
|
board := args.Get("board") |
|
|
|