diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-30 20:44:12 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-30 20:44:12 -0700 |
commit | 3a1e83ee2dcf46841629ed13c198646550787b9c (patch) | |
tree | 30e70cb06d0a12a7f99a7c502a50bf24573aa77d /samples/OAuthClient/SampleWcf2Javascript.js | |
parent | 853245380127745a4d87682fabb5cae5a99fc254 (diff) | |
parent | e5b8e2e4bd925ef6967c264644e4d67749b5b3de (diff) | |
download | DotNetOpenAuth-3a1e83ee2dcf46841629ed13c198646550787b9c.zip DotNetOpenAuth-3a1e83ee2dcf46841629ed13c198646550787b9c.tar.gz DotNetOpenAuth-3a1e83ee2dcf46841629ed13c198646550787b9c.tar.bz2 |
Merged v4.0
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 }, |