fix hangfire แยก job ออกจากกัน และแก้เรื่องการส่ง token
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Suphonchai Phoonsawat 2025-11-11 10:40:49 +07:00
parent 998ca38da8
commit f081034e36
4 changed files with 21 additions and 7 deletions

View file

@ -113,6 +113,7 @@ namespace BMA.EHR.Application.Repositories
{
try
{
var json = JsonConvert.SerializeObject(body);
var stringContent = new StringContent(json, Encoding.UTF8, "application/json");
//stringContent.Headers.ContentType = new MediaTypeHeaderValue("application/json");