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,
|
||||
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