summaryrefslogtreecommitdiffstats
path: root/src/OAuth/OAuthClient/SampleWcf2Javascript.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/OAuth/OAuthClient/SampleWcf2Javascript.js')
-rw-r--r--src/OAuth/OAuthClient/SampleWcf2Javascript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OAuth/OAuthClient/SampleWcf2Javascript.js b/src/OAuth/OAuthClient/SampleWcf2Javascript.js
index df72938..d894bb7 100644
--- a/src/OAuth/OAuthClient/SampleWcf2Javascript.js
+++ b/src/OAuth/OAuthClient/SampleWcf2Javascript.js
@@ -62,7 +62,7 @@ $(document).ready(function () {
function serviceCall(operation, accessToken, label) {
label.text('fetching...');
$.ajax({
- url: "http://localhost:65169" + encodeURI(operation),
+ url: "http://localhost:65170" + encodeURI(operation),
headers: {
"Authorization": "Bearer " + accessToken
},