a
This commit is contained in:
parent
7cc5ea85e0
commit
c6d9fbe64a
|
@ -139,7 +139,7 @@ router.get('/', (req, res) => {
|
|||
availableCurrencies,
|
||||
lastUpdated: exchangeRatesCache.USD.lastUpdated,
|
||||
nextUpdate: exchangeRatesCache.USD.nextUpdateTime,
|
||||
updateInterval: '3 days',
|
||||
updateInterval: '1 day',
|
||||
endpoints: {
|
||||
latest: '/latest',
|
||||
convert: '/convert/:from/:to/:amount',
|
||||
|
|
Loading…
Reference in a new issue