fix(skill.service): update BASE_URL to use localhost IP
This commit is contained in:
parent
1daed7ec65
commit
c0ccc736bc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class SkillService {
|
|||
this.http.delete(`${SkillService.BASE_URL}/qualifications/${id}`).subscribe();
|
||||
}
|
||||
|
||||
public static readonly BASE_URL = "http://localhost:8089";
|
||||
public static readonly BASE_URL = "http://127.0.0.1:8089";
|
||||
|
||||
getToPutDto(skill: QualificationGetDTO): QualificationPostDTO {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue