Currently we perma-cache everything matching /api/block, but this is bad because it also matches /api/block-height and /api/blocks/ API endpoints, which shouldn't be perma-cached. Add a trailing slash to prevent those from getting matched.