fixing menues (mobile mostly)
This commit is contained in:
@ -21,6 +21,7 @@ class Entity < ApplicationRecord
|
||||
end
|
||||
|
||||
def self.response(path = "")
|
||||
return "" if Rails.env.development?
|
||||
host = Rails.application.credentials.weather_dev
|
||||
host = Rails.application.credentials.weather_pro if Rails.env.production?
|
||||
token = Rails.application.credentials.weather_token
|
||||
|
Reference in New Issue
Block a user