http request

PHOTO EMBED

Thu Sep 22 2022 13:21:00 GMT+0000 (Coordinated Universal Time)

Saved by @dubisi #angular

  getPerson(id: number) {
    return this.http.get<Person>(`${this.baseUrl}api/profile/person/${id}`);

  }
content_copyCOPY