mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Update ApiService.tsx
This commit is contained in:
parent
809ceb5663
commit
ea91fde303
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class ApiService {
|
||||||
}
|
}
|
||||||
|
|
||||||
private constructRequestUrl(endpoint: string): string {
|
private constructRequestUrl(endpoint: string): string {
|
||||||
return `${this.BASE_URL}/api${endpoint}`;
|
return `http://${this.BASE_URL}/api${endpoint}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private constructRequestHeaders(): any {
|
private constructRequestHeaders(): any {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue