1
0
Fork 0

Client: Fix blacklist url in dev mode

This commit is contained in:
Chocobozzz 2017-10-09 19:27:19 +02:00
parent 4897fc4197
commit 974f7c68f5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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