feature/app now receives exchange rates from API

This commit is contained in:
Joaquin committed 2025-05-06 17:02:37 -07:00
1 parent f3a1a2191a
commit a173b8c70c
6 files changed
+167 -8

No files matched your search

+1
View File
@@ -40,6 +40,7 @@ async function initDatabase() {
// For any collection, init here
users = await getCollection(db, "users");
plans = await getCollection(db, "plans");
currencies = await getCollection(db, "currencies");
}
/*** ROUTINGS ***/