Disable host check, fix router url
This commit is contained in:
@@ -63,4 +63,7 @@ Rails.application.configure do
|
||||
# Use an evented file watcher to asynchronously detect changes in source code,
|
||||
# routes, locales, etc. This feature depends on the listen gem.
|
||||
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
||||
|
||||
# Disable host check during development
|
||||
config.hosts = nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user