Skip to content

Instantly share code, notes, and snippets.

@evgomes
Created January 25, 2019 15:43
Show Gist options
  • Save evgomes/828f2099ad46de640c0a7565eec02c0b to your computer and use it in GitHub Desktop.
Save evgomes/828f2099ad46de640c0a7565eec02c0b to your computer and use it in GitHub Desktop.
Starting the CategoriesController.cs of Supermarket.API
using Microsoft.AspNetCore.Mvc;
namespace Supermarket.API.Controllers
{
[Route("/api/[controller]")]
public class CategoriesController : Controller
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment