What is the type of issue?
Something else
What is the issue?
If I copy and paste the provided answer for the Macro page's assignment, the second assignment task "Check if body is in Fibonacci Sequence" fails. This is due to the fact that the provided answer creates a route for /fibo instead of just /:
.post('/fibo', ({ body }) => body, {
isFibonacci: true
})
Where did you find it?
https://elysiajs.com/tutorial/patterns/macro/