nuxt-modules / turnstile

🔥 Cloudflare Turnstile integration for Nuxt
https://cloudflare.com/products/turnstile
MIT License
239 stars 18 forks source link

docs: fix async annotation for custom server endpoint #141

Closed SvenWesterlaken closed 1 year ago

SvenWesterlaken commented 1 year ago

Server endpoint documentation was missing async annotation for the function as it uses await. Quickly added this.

danielroe commented 1 year ago

thank you!