feat: api endpoints throttle

This commit is contained in:
Ahmed Bouhuolia
2025-10-30 21:56:41 +02:00
parent 844a050c9a
commit 8c5a359610
8 changed files with 215 additions and 119 deletions

View File

@@ -14,6 +14,7 @@ import jwt from './jwt';
import mail from './mail';
import loops from './loops';
import bankfeed from './bankfeed';
import throttle from './throttle';
export const config = [
systemDatabase,
@@ -32,4 +33,5 @@ export const config = [
mail,
loops,
bankfeed,
throttle,
];