SUPPORT-8691: use security context; rename method

This commit is contained in:
gulnaz 2024-11-18 17:37:18 +03:00
parent 1f4bcef10c
commit 1e9436b8c9
5 changed files with 34 additions and 23 deletions

View file

@ -11,8 +11,7 @@ export class ErvuDataService {
}
public getData(): any {
this.httpClient
.post("get-data", null,
this.httpClient.get("recruit",
{
headers: {
"Content-type": "application/json"