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