From 1ebddadd0704812a4600c39cabe2268321e88331 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 22 Jun 2020 13:00:39 +0200 Subject: predefined report reasons & improved reporter UI (#2842) - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal --- client/src/environments/environment.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/environments/environment.ts') diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index b6bc784b5..60f5d9450 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -11,5 +11,6 @@ import 'core-js/features/reflect' export const environment = { production: false, hmr: false, - apiUrl: 'http://localhost:9000' + apiUrl: 'http://localhost:9000', + embedUrl: 'http://localhost:9000/videos/embed' } -- cgit v1.2.3