1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix password input in edit user

This commit is contained in:
Chocobozzz 2020-12-15 09:32:55 +01:00
parent c9bc850e93
commit d89fcd1e5e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 19 additions and 4 deletions

View file

@ -9,7 +9,7 @@ import { environment } from '../../../environments/environment'
@Injectable()
export class InstanceFollowService {
private static BASE_APPLICATION_URL = 'https://peertube2.cpy.re' + '/api/v1/server'
private static BASE_APPLICATION_URL = environment.production + '/api/v1/server'
constructor (
private authHttp: HttpClient,