From a8d1b69d2afbb6ba43c3f97e383dc71b097f69fd Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 25 Feb 2023 16:46:34 -0800 Subject: Complete OBS browser source * Implement HTTPMapper classes * Browser source respects user-configured source port --- BrowserSource/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BrowserSource/index.html') diff --git a/BrowserSource/index.html b/BrowserSource/index.html index 29cffbf..c422e4b 100644 --- a/BrowserSource/index.html +++ b/BrowserSource/index.html @@ -21,8 +21,7 @@ } function getTranscript() { $.ajax({ - // TODO(yum) parameterize the port - url: 'http://localhost:9517/api/transcript', + url: 'http://localhost:%PORT%/api/transcript', method: 'GET', dataType: 'json', success: function(data) { -- cgit v1.2.3