fix ระดับลูกจ้าง ( API รายการทะเบียนประวัติในระบบอื่น )
This commit is contained in:
parent
2e2d01e69c
commit
3451b6014a
2 changed files with 4 additions and 4 deletions
|
|
@ -1694,11 +1694,11 @@ export class OrganizationDotnetController extends Controller {
|
|||
return new HttpSuccess(mapProfile);
|
||||
}
|
||||
/**
|
||||
* 3. API Get Profile จาก keycloak id
|
||||
* 3. API Get Profile จาก citizen Id
|
||||
*
|
||||
* @summary 3. API Get Profile จาก keycloak id
|
||||
* @summary 3. API Get Profile จาก citizen Id
|
||||
*
|
||||
* @param {string} citizenId Id keycloak
|
||||
* @param {string} citizenId citizen Id
|
||||
*/
|
||||
@Get("citizenId/{citizenId}")
|
||||
async GetProfileByCitizenIdAsync(@Path() citizenId: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue