fix hangfire แยก job ออกจากกัน และแก้เรื่องการส่ง token
Some checks failed
release-dev / release-dev (push) Failing after 11s
Some checks failed
release-dev / release-dev (push) Failing after 11s
This commit is contained in:
parent
998ca38da8
commit
f081034e36
4 changed files with 21 additions and 7 deletions
|
|
@ -290,7 +290,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
[AllowAnonymous]
|
||||
public async Task<ActionResult<ResponseObject>> Test()
|
||||
{
|
||||
await _insigniaReportRepository.CalInsigniaRequestBkkByType("officer");
|
||||
await _insigniaReportRepository.CalInsigniaRequestBkkByType("employee");
|
||||
return Success();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue