diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-16 13:46:20 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-16 13:46:20 +0100 |
commit | c5ac9fe7c164741b2497282eac9b968f222fa151 (patch) | |
tree | 7b0e4b4778f39767f940b8f45bbdd6b093b2fed7 /client/src | |
parent | 0386004869f118bff9e6e1906d0d2c96aa200efd (diff) | |
download | PeerTube-c5ac9fe7c164741b2497282eac9b968f222fa151.tar.gz PeerTube-c5ac9fe7c164741b2497282eac9b968f222fa151.tar.zst PeerTube-c5ac9fe7c164741b2497282eac9b968f222fa151.zip |
Fix about follows page
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared-instance/instance-follow.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance-follow.service.ts b/client/src/app/shared/shared-instance/instance-follow.service.ts index 229b58213..e52660140 100644 --- a/client/src/app/shared/shared-instance/instance-follow.service.ts +++ b/client/src/app/shared/shared-instance/instance-follow.service.ts | |||
@@ -9,7 +9,7 @@ import { environment } from '../../../environments/environment' | |||
9 | 9 | ||
10 | @Injectable() | 10 | @Injectable() |
11 | export class InstanceFollowService { | 11 | export class InstanceFollowService { |
12 | private static BASE_APPLICATION_URL = environment.production + '/api/v1/server' | 12 | private static BASE_APPLICATION_URL = environment.apiUrl + '/api/v1/server' |
13 | 13 | ||
14 | constructor ( | 14 | constructor ( |
15 | private authHttp: HttpClient, | 15 | private authHttp: HttpClient, |