mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-04 15:12:28 +00:00
9 lines
No EOL
192 B
C#
9 lines
No EOL
192 B
C#
using Microsoft.AspNetCore.Mvc;
|
|
|
|
namespace LBPUnion.ProjectLighthouse;
|
|
|
|
[ApiController]
|
|
[Route("/api/v1")]
|
|
[Produces("application/json")]
|
|
public class ApiEndpointController : ControllerBase
|
|
{} |