File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ private List<Result> LoadCurrency(List<Result> results)
103
103
{
104
104
Title = $ "{ _money . ToString ( ".00" ) } { _fromCurrency } = { ( _money * rate ) . ToString ( "C" ) } { _toCurrency } ",
105
105
IcoPath = "Images/bank.png" ,
106
- SubTitle = $ "Source: fixer.io (Last updated { currency . date } )"
106
+ SubTitle = $ "Source: https://frankfurter.app (Last updated { currency . date } )"
107
107
} ) ;
108
108
return results ;
109
109
}
@@ -116,7 +116,7 @@ public void Init(PluginInitContext context)
116
116
#region helpers
117
117
private Models . Currency GetCurrency ( SearchParameters searchParameters )
118
118
{
119
- var url = $ "http ://api.fixer.io /latest?base={ searchParameters . BaseIso } &symbols={ searchParameters . ToIso } ";
119
+ var url = $ "https ://frankfurter.app /latest?base={ searchParameters . BaseIso } &symbols={ searchParameters . ToIso } ";
120
120
121
121
if ( _cache . ContainsKey ( searchParameters ) )
122
122
{
You can’t perform that action at this time.
0 commit comments