mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Simplify a little bit about follows more logic
This commit is contained in:
parent
ed8b4014ce
commit
0d7c73142c
3 changed files with 36 additions and 35 deletions
|
@ -9,7 +9,7 @@ import { environment } from '../../../environments/environment'
|
|||
|
||||
@Injectable()
|
||||
export class InstanceFollowService {
|
||||
private static BASE_APPLICATION_URL = environment.apiUrl + '/api/v1/server'
|
||||
private static BASE_APPLICATION_URL = 'https://peertube2.cpy.re' + '/api/v1/server'
|
||||
|
||||
constructor (
|
||||
private authHttp: HttpClient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue