This commit is contained in:
root 2025-04-07 20:23:43 +01:00
commit 61a2ec5f1a

View file

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