Merge branch 'main' of https://github.com/Xargana/blahaj-srv
This commit is contained in:
commit
61a2ec5f1a
|
@ -139,7 +139,7 @@ router.get('/', (req, res) => {
|
||||||
availableCurrencies,
|
availableCurrencies,
|
||||||
lastUpdated: exchangeRatesCache.USD.lastUpdated,
|
lastUpdated: exchangeRatesCache.USD.lastUpdated,
|
||||||
nextUpdate: exchangeRatesCache.USD.nextUpdateTime,
|
nextUpdate: exchangeRatesCache.USD.nextUpdateTime,
|
||||||
updateInterval: '3 days',
|
updateInterval: '1 day',
|
||||||
endpoints: {
|
endpoints: {
|
||||||
latest: '/latest',
|
latest: '/latest',
|
||||||
convert: '/convert/:from/:to/:amount',
|
convert: '/convert/:from/:to/:amount',
|
||||||
|
|
Loading…
Reference in a new issue