2023-02-18 08:52:17 +01:00
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
|
2023-02-19 00:43:43 +01:00
|
|
|
|
namespace PrivaPub.Controllers.ClientToServer
|
2023-02-18 08:52:17 +01:00
|
|
|
|
{
|
|
|
|
|
[ApiController,
|
|
|
|
|
Route("clientapi/moderator")]
|
|
|
|
|
public class ModeratorController : ControllerBase
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|