Add Keycloak and GlobalException
This commit is contained in:
parent
1ba2f2eec1
commit
e49c6a4aca
7 changed files with 2053 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue