X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fenvironments%2Fenvironment.hmr.ts;h=ab763192068ffb68c4b30fd6824de32319339866;hb=3db9f8bf0e653113f0f0f739ad3a32a238062cdb;hp=20e2b8fcd1468d2978bd549e86b28e46e18a040a;hpb=74af5a8361f4ccb460001706ce249d50c747f361;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' }