แก้ ไฟล์ docker

This commit is contained in:
Kittapath 2023-07-13 11:03:06 +07:00
parent 8edfbc7466
commit 202099605a
8 changed files with 342 additions and 21 deletions

View file

@ -13,9 +13,11 @@ using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.OrganizationEmployee.Service.Controllers
{
[Route("api/[controller]/organization-employee")]
[ApiController, Authorize]
[Route("api/v{version:apiVersion}/organization-employee")]
[ApiVersion("1.0")]
[ApiController]
[Produces("application/json")]
[Authorize]
[SwaggerTag("โครงสร้างตำแหน่งลูกจ้าง")]
public class OrganizationEmployeeController : BaseController
{