From 72493e44e9b455a04c4f093ed6c6ffa300b98d8b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jul 2020 11:13:41 +0200 Subject: Fix embed url --- client/src/environments/environment.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/environments/environment.e2e.ts') diff --git a/client/src/environments/environment.e2e.ts b/client/src/environments/environment.e2e.ts index 7724d27c9..b33ff9f86 100644 --- a/client/src/environments/environment.e2e.ts +++ b/client/src/environments/environment.e2e.ts @@ -2,5 +2,5 @@ export const environment = { production: false, hmr: false, apiUrl: 'http://localhost:9001', - embedUrl: 'http://localhost:9001/videos/embed' + embedUrl: 'http://localhost:9001' } -- cgit v1.2.3