Skip to content

Commit 3492ca3

Browse files
committed
fix url
1 parent 00f7ca9 commit 3492ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FE-service-v2/src/services/learningPathExplanationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface LearningPathData {
2626
}
2727

2828
class LearningPathExplanationService {
29-
private baseUrl = '/api';
29+
private baseUrl = import.meta.env.VITE_KONG_GATEWAY_URL + '/api';
3030

3131
async getExplanation(
3232
userId: string,

0 commit comments

Comments
 (0)