diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-24 18:27:53 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-24 18:27:53 -0700 |
commit | 033b32eef902f806ac6a8cc28cceb299dcccf95f (patch) | |
tree | b1faaffce8731f640ca4a3ea687b303273855141 /samples/OAuthClient/SampleWcf2Javascript.js | |
parent | b96059ad3bb7d30284edf9fe7b1a2e7d0dd9ffef (diff) | |
parent | e5b8e2e4bd925ef6967c264644e4d67749b5b3de (diff) | |
download | DotNetOpenAuth-033b32eef902f806ac6a8cc28cceb299dcccf95f.zip DotNetOpenAuth-033b32eef902f806ac6a8cc28cceb299dcccf95f.tar.gz DotNetOpenAuth-033b32eef902f806ac6a8cc28cceb299dcccf95f.tar.bz2 |
Merge branch 'v4.0'
Conflicts:
src/version.txt
Diffstat (limited to 'samples/OAuthClient/SampleWcf2Javascript.js')
-rw-r--r-- | samples/OAuthClient/SampleWcf2Javascript.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthClient/SampleWcf2Javascript.js b/samples/OAuthClient/SampleWcf2Javascript.js index df72938..d894bb7 100644 --- a/samples/OAuthClient/SampleWcf2Javascript.js +++ b/samples/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 }, |