summaryrefslogtreecommitdiffstats
path: root/BrowserSource
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-02-25 16:46:34 -0800
committeryum <yum.food.vr@gmail.com>2023-02-25 16:46:34 -0800
commita8d1b69d2afbb6ba43c3f97e383dc71b097f69fd (patch)
treed54e08f0aaa597c7a8dd7de18d8ba8aa944ca83f /BrowserSource
parent353e47011450e04a089121db6ff3b83d50209487 (diff)
Complete OBS browser source
* Implement HTTPMapper classes * Browser source respects user-configured source port
Diffstat (limited to 'BrowserSource')
-rw-r--r--BrowserSource/index.html3
1 files changed, 1 insertions, 2 deletions
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) {