X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.hmr.ts;h=ab763192068ffb68c4b30fd6824de32319339866;hb=f59c8a2330cf292c995c74fd11c1d165856773cf;hp=20e2b8fcd1468d2978bd549e86b28e46e18a040a;hpb=f954b5da2a9a5960d7c9563522f1ac0b2c10f96c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts index 20e2b8fcd..ab7631920 100644 --- a/client/src/environments/environment.hmr.ts +++ b/client/src/environments/environment.hmr.ts @@ -1,5 +1,6 @@ export const environment = { production: false, hmr: true, - apiUrl: 'http://localhost:9000' + apiUrl: '', + originServerUrl: 'http://localhost:9000' }