diff options
Diffstat (limited to 'BrowserSource')
| -rw-r--r-- | BrowserSource/index.html | 3 |
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) { |
