Added authorization
Endpoint to create contacts with the queueing system is now functional
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace TextSender_API.Controllers;
|
||||
|
||||
[Authorize]
|
||||
[ApiController]
|
||||
[Route("api/v1/contact/queue")]
|
||||
public class ContactQueueCreationController : ControllerBase
|
||||
|
||||
Reference in New Issue
Block a user