mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-05-16 07:17:54 +02:00
10 lines
181 B
C#
10 lines
181 B
C#
using Microsoft.AspNetCore.Mvc;
|
|
|
|
namespace DotBased.AspNet.Authority.Controllers;
|
|
|
|
[ApiController]
|
|
[Route("[controller]")]
|
|
public class AuthorityController : ControllerBase
|
|
{
|
|
|
|
} |