Fix about follows page

pull/3489/head
Chocobozzz 2020-12-16 13:46:20 +01:00
parent 0386004869
commit c5ac9fe7c1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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,