No trailing slash in redirect URL's
Currently the store and coupon redirect URL's made by Clipper look something like this:
Code:
Coupon Redirect URL: /go/coupon-name/23
Store Redirect URL: /go/store-name
But since WordPress uses trailing slashes at the end of permalinks by default to other URL's and it is considered a best practice to do this, it would be better for Clipper to use a trailing slash for these redirect URL's as well, so that that the redirect URL's would look like this:
Code:
Coupon Redirect URL: /go/coupon-name/23/
Store Redirect URL: /go/store-name/
Which edits can we do to have trailing slashes in our redirect URL's by default?