Skip to content

Commit a091eb5

Browse files
committed
2 parents 1b287e0 + bcecc29 commit a091eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ to all paths for processing (e.g. CSS, JavaScript, Manifest.json asset requests)
156156
```
157157

158158
2. If you use the standard AzureFunctions configuration and map your function to Route to `graphql/{*path}` then you are done.
159-
However if you have changed either the default Azure Function prefix (which is `/api/`) or use a different Route binding, then youTo enable the Playground the Azure Function must be configured properly to serve all Web Assets dynamically
159+
However, if you have changed either the default Azure Function prefix (which is `/api/`) or use a different Route binding, then you
160160
need to explicitly tell the AzureFunctionsProxy what the expected base Url path is, so that the HC Middleware will successfully
161-
match the path and serve resources.
161+
match the path and serve all necessary resources.
162162
- This is done easily by setting the `AzureFunctionsRoutePath` option in the configuration as follows:
163163
- Assuming the following then the configuration would be as follows:
164164
- You have changed the default Azure Functions prefix from `api` to `my-api` in the `host.json` file.

0 commit comments

Comments
 (0)