fix: remover authorize
This commit is contained in:
parent
885db341c5
commit
fe2e90147c
@ -1,8 +1,5 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ChatApi.Services;
|
||||
using ChatApi.Services.ResponseService;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using ChatApi.Models;
|
||||
using ChatApi.Data;
|
||||
using ChatRAG.Services.ResponseService;
|
||||
using ChatRAG.Services;
|
||||
@ -13,7 +10,6 @@ namespace ChatApi.Controllers
|
||||
{
|
||||
[ApiController]
|
||||
[Route("[controller]")]
|
||||
//[Authorize]
|
||||
public class ChatController : ControllerBase
|
||||
{
|
||||
private readonly ILogger<ChatController> _logger;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user