···66 "github.com/labstack/echo/v4"
77)
8899-var letters = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890")
99+// This will confirm to the regex in the application if 5 chars are used for each side of the -
1010+// /^[A-Z2-7]{5}-[A-Z2-7]{5}$/
1111+var letters = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567")
10121113func InputError(e echo.Context, custom *string) error {
1214 msg := "InvalidRequest"