แก้ ไฟล์ docker
This commit is contained in:
parent
8edfbc7466
commit
202099605a
8 changed files with 342 additions and 21 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue