app is now using historical exchange rates for transactions

This commit is contained in:
Matthias Hinrichs
2025-07-05 03:44:53 +02:00
parent a96bbe4d2a
commit aef9342cc5
11 changed files with 926 additions and 237 deletions
+1
View File
@@ -54,6 +54,7 @@ func main() {
// Admin endpoints
http.HandleFunc("/api/admin/clear-currency-cache", handler.ClearCurrencyCacheHandler)
http.HandleFunc("/api/admin/clean-expired-cache", handler.CleanExpiredCacheHandler)
http.HandleFunc("/api/admin/currency-cache-info", handler.CurrencyCacheInfoHandler)
// Authentication