Skip to content

Commit

Permalink
fix: rename static value
Browse files Browse the repository at this point in the history
  • Loading branch information
nataszczypiora committed Jul 18, 2023
1 parent 85d1589 commit 9920b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learning-path/learnig-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class LearningPath {
private readonly baseUrl: string;

constructor(host: string) {
this.baseUrl = `http://edtech-learning-path-runner.${host}`;
this.baseUrl = `http://edtech-learning-path-runner-service.${host}`;
}

public async getlearningPath(id: string): Promise<LearningPathDto> {
Expand Down

0 comments on commit 9920b07

Please sign in to comment.