Newer
Older
Callum Inglis
committed
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Public_API.Server.DAL;
using Public_API.Shared.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Public_API.Server.Controllers
{
[Route("[controller]")]
[ApiController]
public class FrontendController : ControllerBase
{ }