Skip to content

Commit bd4a1f6

Browse files
committed
config/Remove trailing / from staging host
1 parent 86b81aa commit bd4a1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/staging.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# }
7676

7777
config.action_mailer.raise_delivery_errors = true
78-
config.action_mailer.default_url_options = { :host => 'snippet-safe-staging.herokuapp.com/' }
78+
config.action_mailer.default_url_options = { :host => 'snippet-safe-staging.herokuapp.com' }
7979
config.action_mailer.perform_deliveries = true
8080

8181
ActionMailer::Base.smtp_settings = {

0 commit comments

Comments
 (0)