using Microsoft.AspNetCore.Mvc; using SurveyLib.Core.Services; namespace SurveyBackend.Controllers; [ApiController] [Route("test")] public class TestController : ControllerBase { }