]> git.digitality.be Git - pdw25-26/commitdiff
feat(price): auto-refresh prix toutes les 5 min
authorSteph Ponzo <ponzo.stephane2@gmail.com>
Sun, 1 Mar 2026 18:16:35 +0000 (19:16 +0100)
committerSteph Ponzo <ponzo.stephane2@gmail.com>
Sun, 1 Mar 2026 18:16:35 +0000 (19:16 +0100)
Wallette/server/modules/price/server.js

index 566194ca1ec47e44cc53d83311868b245dfcb8bd..5bd8ba5555785df56b24f91521558bd8270f870d 100644 (file)
@@ -56,3 +56,4 @@ app.listen(PORT, () => {
     ║  → /api/price/history?pair= = historique ║
     ╚══════════════════════════════════════════╝`);
 });
+import './autoRefresh.js';