diff options
author | David Christiansen <coding@davedoes.net> | 2012-07-01 15:11:40 -0700 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2012-07-01 15:11:40 -0700 |
commit | c37ddb8e4b71e92568982a705c9c6219e6f2afde (patch) | |
tree | 72380961aa0f3beef56bb7e70ba1caac8bb5b03b /src/OAuth/OAuthClient/SampleWcf2Javascript.js | |
parent | 06401bb049dc29cf4446eb61a4a72317a644ce54 (diff) | |
parent | 98cd8437378c0169ec31d24213d209b062b8fecb (diff) | |
download | DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.zip DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.tar.gz DotNetOpenAuth.Samples-c37ddb8e4b71e92568982a705c9c6219e6f2afde.tar.bz2 |
Merge pull request #2 from DavidChristiansen/V401-Upgrade
V401 upgrade
Diffstat (limited to 'src/OAuth/OAuthClient/SampleWcf2Javascript.js')
-rw-r--r-- | src/OAuth/OAuthClient/SampleWcf2Javascript.js | 2 |
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 }, |