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
After adding the code snippet to add the /NestedGreeting endpoint, we can't just hit the localhost/NestedGreeting endpoint to trigger it.
We need to hit the /NestedGreeting??nestlevel=5 endpoint to see output shown in the image.
I'm talking about the part just before the image before this section
At first I was confused, but after investigating the code I figured it out. I think we should add it so that someone new doesn't get stuck here.