Files
JoshHeaps.Net/JoshHeaps.Net/Controllers/HomeController.cs
T
2024-11-22 14:06:04 -07:00

11 lines
168 B
C#

using Microsoft.AspNetCore.Mvc;
namespace JoshHeaps.Net.Controllers;
[ApiController]
[Route("[controller]")]
public class HomeController : ControllerBase
{
}