feat/api-prox: add support for post requests, add 'sponsor' and 'toggles' hooks

This commit is contained in:
Kentai Radiquum 2025-07-02 16:51:16 +05:00
parent 6f45876240
commit bfe932d86c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 216 additions and 15 deletions

View file

@ -33,5 +33,5 @@
"**/*.tsx",
"next.config.js"
],
"exclude": ["node_modules", "player-parsers"]
"exclude": ["node_modules", "player-parsers", "api-prox"]
}