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
ea91fde303
commit
aa6fb5e8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class ApiService {
|
|||
}
|
||||
|
||||
private constructRequestUrl(endpoint: string): string {
|
||||
return `http://${this.BASE_URL}/api${endpoint}`;
|
||||
return `${this.BASE_URL}/api${endpoint}`;
|
||||
}
|
||||
|
||||
private constructRequestHeaders(): any {
|
||||
|
|
|
|||
Loading…
Reference in a new issue