mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-16 21:41:02 +00:00
Feat: Protect live API routes in middleware
This commit is contained in:
@@ -8,7 +8,10 @@ export const config = {
|
|||||||
'/dash/:path*',
|
'/dash/:path*',
|
||||||
'/api/state',
|
'/api/state',
|
||||||
'/api/trades',
|
'/api/trades',
|
||||||
'/api/reset'
|
'/api/reset',
|
||||||
|
'/api/live-state',
|
||||||
|
'/api/live-trades',
|
||||||
|
'/api/live-toggle',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user