]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/friends/shared/friend.service.ts
Update webpack stack
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / friends / shared / friend.service.ts
index 6cb84f5cde09ca41aaeadde480979de3e08bd642..6e51c954fff8814fd51eed5fd1324cdc9bf53778 100644 (file)
@@ -10,7 +10,7 @@ import { AuthHttp, RestExtractor, RestDataSource, ResultList } from '../../../sh
 
 @Injectable()
 export class FriendService {
-  private static BASE_FRIEND_URL: string = '/api/v1/pods/';
+  private static BASE_FRIEND_URL = API_URL + '/api/v1/pods/';
 
   constructor (
     private authHttp: AuthHttp,