We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f237c5c commit 7b6e4b5Copy full SHA for 7b6e4b5
articles/cognitive-services/Labs/Answer-Search/c-sharp-quickstart.md
@@ -49,7 +49,7 @@ namespace Answers_csharp
49
// Replace the accessKey string value with your valid access key.
50
const string accessKey = "YOUR-SUBSCRIPTION-KEY";
51
52
- const string uriBase = "https://api.labs.cognitive.microsoft.com/answerSearch/v7.0/search ";
+ const string uriBase = "https://api.labs.cognitive.microsoft.com/answerSearch/v7.0/search";
53
54
const string searchTerm = "third law of calculus";
55
0 commit comments