Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 702ed00

Browse files
committed
Forgot static
1 parent 576df0a commit 702ed00

File tree

1 file changed

+2
-2
lines changed
  • WebServices/CognitiveSpeechService/CognitiveSpeechService/CognitiveSpeechService

1 file changed

+2
-2
lines changed

WebServices/CognitiveSpeechService/CognitiveSpeechService/CognitiveSpeechService/Constants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ public static class Constants
88
{
99
// API key can be a shared, multi-resource key or an individual service key
1010
// and can be found and regenerated in the Azure portal
11-
public string CognitiveServicesApiKey = "< Enter API Key Here >";
11+
public static string CognitiveServicesApiKey = "< Enter API Key Here >";
1212

1313
// Endpoint is based on your configured region and should be similar to: https://westus.api.cognitive.microsoft.com/
14-
public string CognitiveServicesEndpoint = "< Enter Endpoint Here >";
14+
public static string CognitiveServicesEndpoint = "< Enter Endpoint Here >";
1515
}
1616
}

0 commit comments

Comments
 (0)