diff --git a/middleware.js b/middleware.js index 47056e2..3c8c91c 100644 --- a/middleware.js +++ b/middleware.js @@ -7,7 +7,8 @@ export const config = { '/paper/:path*', '/dash/:path*', '/api/state', - '/api/trades' + '/api/trades', + '/api/reset' ], };