Allow Anonymous on data controller
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Managing.Api.Controllers;
|
||||
/// Controller for handling data-related operations such as retrieving tickers, spotlight data, and candles.
|
||||
/// Requires authorization for access.
|
||||
/// </summary>
|
||||
[AllowAnonymous]
|
||||
[ApiController]
|
||||
[Route("[controller]")]
|
||||
public class DataController : ControllerBase
|
||||
|
||||
Reference in New Issue
Block a user