feat: add contact form API with Discord webhook, rate limiting, and anti-bot checks

This commit is contained in:
2026-04-28 02:04:25 +08:00
parent a36c5c2510
commit b1cdfae6b7
4 changed files with 200 additions and 1 deletions
+1
View File
@@ -10,3 +10,4 @@ export { gameStatsRoutes } from "./game-stats"
export { hardwareStatsRoutes } from "./hardware-stats"
export { savedGamesRoutes } from "./saved-games"
export { reportRoutes } from "./reports"
export { contactRoutes } from "./contact"