10 lines
No EOL
186 B
C#
10 lines
No EOL
186 B
C#
using Microsoft.AspNetCore.Mvc;
|
|
using SurveyLib.Core.Services;
|
|
|
|
namespace SurveyBackend.Controllers;
|
|
|
|
[ApiController]
|
|
[Route("api/test")]
|
|
public class TestController : ControllerBase
|
|
{
|
|
} |