no message
This commit is contained in:
parent
33f979c5ad
commit
99027059c5
2 changed files with 7 additions and 2 deletions
|
|
@ -106,8 +106,6 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
}
|
}
|
||||||
return Success();
|
return Success();
|
||||||
}
|
}
|
||||||
|
|
||||||
return Success();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("profile")]
|
[HttpPost("profile")]
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,13 @@
|
||||||
"Hour": "08",
|
"Hour": "08",
|
||||||
"Minute": "00"
|
"Minute": "00"
|
||||||
},
|
},
|
||||||
|
"Mail": {
|
||||||
|
"Server": "smtp.gmail.com",
|
||||||
|
"User": "suphonchai.ph@gmail.com",
|
||||||
|
"Password": "nnjazjcnwhepkxdm",
|
||||||
|
"MailFrom": "suphonchai.ph@gmail.com",
|
||||||
|
"Port": "587"
|
||||||
|
},
|
||||||
"Protocol": "HTTPS",
|
"Protocol": "HTTPS",
|
||||||
"API": "https://bma-ehr.frappet.synology.me/api/v1"
|
"API": "https://bma-ehr.frappet.synology.me/api/v1"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue