fix(skill.service): update BASE_URL for production use
Some checks failed
Playwright Tests / test (pull_request) Failing after 14s
Some checks failed
Playwright Tests / test (pull_request) Failing after 14s
This commit is contained in:
parent
db0966fdd9
commit
5a4e14c2dd
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();
|
this.http.delete(`${SkillService.BASE_URL}/qualifications/${id}`).subscribe();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static readonly BASE_URL = "http://127.0.0.1:8089";
|
public static readonly BASE_URL = "http://employee:8089";
|
||||||
|
|
||||||
getToPutDto(skill: QualificationGetDTO): QualificationPostDTO {
|
getToPutDto(skill: QualificationGetDTO): QualificationPostDTO {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Reference in a new issue