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
And a corresponding route in `App_Start\RouteConfig.cs`:
412
+
The OutputCache attribute is used here to prevent browsers from caching the response. When designing a real world API, caching of API requests should be considered more carefully. For this tutorial it is easiest to simply disable caching.
413
+
414
+
Finally we add a corresponding route in `App_Start\RouteConfig.cs`:
0 commit comments