Add Keycloak and GlobalException

This commit is contained in:
Suphonchai Phoonsawat 2023-06-25 18:48:28 +07:00
parent 1ba2f2eec1
commit e49c6a4aca
7 changed files with 2053 additions and 3 deletions

View file

@ -1,11 +1,12 @@
using BMA.EHR.Application.Repositories.Prefix;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace BMA.EHR.MetaData.Service.Controllers
{
[Route("api/prefix")]
[ApiController]
[Authorize]
public class PrefixController : ControllerBase
{
private readonly PrefixRepository _prefixRepository;