Feat: Protect /api/reset behind auth

This commit is contained in:
2026-03-15 17:36:04 -07:00
parent eb36190254
commit 3b1c594636

View File

@@ -7,7 +7,8 @@ export const config = {
'/paper/:path*', '/paper/:path*',
'/dash/:path*', '/dash/:path*',
'/api/state', '/api/state',
'/api/trades' '/api/trades',
'/api/reset'
], ],
}; };