Skip to content

Commit ff4f8e6

Browse files
authored
Merge pull request #43 from Bilbomatica-EU-GIS/Development
fix the authentication issue
2 parents 5615ce2 + 907d0ca commit ff4f8e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

back/public/Controllers/DremioController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
using DiscoData2API.Misc;
77
using DiscoData2API.Class;
88

9-
namespace DiscoData2API_Priv.Controllers
9+
namespace DiscoData2API.Controllers
1010
{
1111
[ApiController]
1212
[Route("api/[controller]")]
13-
[ApiExplorerSettings(IgnoreApi = false)]
1413
public class DremioController(ILogger<DremioController> logger, DremioService dremioService) : ControllerBase
1514
{
1615
private readonly ILogger<DremioController> _logger = logger;

0 commit comments

Comments
 (0)