feat(HAI-001): add rate limiting middleware

This commit is contained in:
Dustin Byrne
2026-03-25 18:44:03 -04:00
parent b152af6cd6
commit 2592daaf34

1
middleware.ts Normal file
View File

@@ -0,0 +1 @@
import { RATE_LIMIT } from "./rate-limit";