Ok, this is really late, but I might as well answer it. Add the following to your .htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ https://domain.com/$1/ [QSA,L,R=301]