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.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/environments/environment.ts') diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 60f5d9450..4816e3060 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -12,5 +12,5 @@ export const environment = { production: false, hmr: false, apiUrl: 'http://localhost:9000', - embedUrl: 'http://localhost:9000/videos/embed' + embedUrl: 'http://localhost:9000' } -- cgit v1.2.3