mirror of https://github.com/Chocobozzz/PeerTube
Client: Fix blacklist url in dev mode
parent
4897fc4197
commit
974f7c68f5
|
@ -12,7 +12,7 @@ import { BlacklistedVideo, ResultList } from '../../../../../../shared'
|
|||
|
||||
@Injectable()
|
||||
export class BlacklistService {
|
||||
private static BASE_BLACKLISTS_URL = '/api/v1/blacklist/'
|
||||
private static BASE_BLACKLISTS_URL = API_URL + '/api/v1/blacklist/'
|
||||
|
||||
constructor (
|
||||
private authHttp: HttpClient,
|
||||
|
|
Loading…
Reference in New Issue