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.
|
/// Controller for handling data-related operations such as retrieving tickers, spotlight data, and candles.
|
||||||
/// Requires authorization for access.
|
/// Requires authorization for access.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[AllowAnonymous]
|
||||||
[ApiController]
|
[ApiController]
|
||||||
[Route("[controller]")]
|
[Route("[controller]")]
|
||||||
public class DataController : ControllerBase
|
public class DataController : ControllerBase
|
||||||
|
|||||||
Reference in New Issue
Block a user