Skip to content

Commit

Permalink
ML API URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkitta committed Nov 2, 2016
1 parent d35fb3d commit 827e970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdventureWorksTravel/Default.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace AdventureWorksTravel
public partial class _Default : Page
{
private const string DEFAULT_ML_SERVICE_LOCATION = "ussouthcentral";
private const string BASE_ML_URI = "https://{0}.services.azureml.net/workspaces/{1}/services/{2}/execute?api-version=2.0&details=true";
private const string BASE_ML_URI = "https://{0}.services.azureml.net/subscriptions/{1}/services/{2}/execute?api-version=2.0&details=true";
private const string BASE_WEATHER_URI = "http://api.wunderground.com/api/{0}/hourly10day/q/{1}.json";

private List<Airport> aiports = null;
Expand Down

0 comments on commit 827e970

Please sign in to comment.