MicrosoftDocs / sandbox

Sandbox is a repo for content for employees to experiment, play with, and get feedback on new technology
https://docs.microsoft.com/sandbox
Creative Commons Attribution 4.0 International
21 stars 43 forks source link

JSON code snippet is incorrect. #100

Open jon49 opened 5 years ago

jon49 commented 5 years ago

This code snippet:

{
  "http": {
    "routePrefix": ""
  }
}

Should be:

{
  "extensions": {
    "http": {
      "routePrefix": ""
    }
  }
}

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

jon49 commented 5 years ago

That's for "version": "2.0".