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
Add a /categories POST route so we can create new categories. For now, use middleware (already exists, check our middleware folder) to ensure to only an admin can create a new category.
Add integration testing to thoroughly test the new POST route.