Fix about follows page
This commit is contained in:
parent
0386004869
commit
c5ac9fe7c1
|
@ -9,7 +9,7 @@ import { environment } from '../../../environments/environment'
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class InstanceFollowService {
|
export class InstanceFollowService {
|
||||||
private static BASE_APPLICATION_URL = environment.production + '/api/v1/server'
|
private static BASE_APPLICATION_URL = environment.apiUrl + '/api/v1/server'
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
private authHttp: HttpClient,
|
private authHttp: HttpClient,
|
||||||
|
|
Loading…
Reference in New Issue