alephjs / alephjs.org

The website of Aleph.js.
https://alephjs.org
MIT License
74 stars 34 forks source link

doc: fix name placeholder for Dynamic API Routes #21

Closed iFwu closed 3 years ago

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/postui/alephjs/jf7iecq66
âś… Preview: https://alephjs-git-patch-1.postui.vercel.app

ije commented 3 years ago

in alephjs $name equals [name], anyway I will marge this pull, thanks @iFwu

iFwu commented 3 years ago

in alephjs $name equals [name], anyway I will marge this pull, thanks @iFwu

OK, got it. I thought that's the reason my API routes in useDeno not work. It seems it's another bug that causes my API requests infinite loop in useDeno. I'll create an issue on the main package if I can create a minimal reproducible environment。