You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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})