Skip to content

Commit

Permalink
changed host
Browse files Browse the repository at this point in the history
  • Loading branch information
Panioglo committed Jan 7, 2016
1 parent 7f21e62 commit 104ca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/routes.js.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<%# encoding: UTF-8 %>
<%= JsRoutes.assert_usable_configuration! && JsRoutes.generate(default_url_options: { :host => 'localhost:3000' }, url_links: true, exclude: [/admin/] ) %>
<%= JsRoutes.assert_usable_configuration! && JsRoutes.generate(default_url_options: { :host => ENV['APP_DOMAIN'] }, url_links: true, exclude: [/admin/] ) %>

1 comment on commit 104ca43

@Chocksy
Copy link
Member

@Chocksy Chocksy commented on 104ca43 Jan 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yayyy!! @Panioglo

Please sign in to comment.