incluido cors
This commit is contained in:
@@ -45,6 +45,6 @@ def rates(base, key):
|
||||
other_base= to_base(base, rates)
|
||||
symbols = query_symbols(key)
|
||||
|
||||
return {'rates' : other_base, 'symbols': symbols}
|
||||
return {'base': base, 'rates' : other_base, 'symbols': symbols}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user