mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 23:59:40 +02:00
[#] base_url on synth.rb (#1490)
This commit is contained in:
parent
de9ffa7ca0
commit
570a0c7ff6
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class Provider::Synth
|
|||
SecurityInfoResponse = Struct.new :info, :success?, :error, :raw_response, keyword_init: true
|
||||
|
||||
def base_url
|
||||
"https://api.synthfinance.com"
|
||||
ENV["SYNTH_URL"] || "https://api.synthfinance.com"
|
||||
end
|
||||
|
||||
def app_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue