Skip to content

Commit 20149ff

Browse files
authored
quick fix
1 parent d44a3cf commit 20149ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ By default, App Service starts your app from the root directory of your app code
518518

519519
The following example sets the root path `/` to the `public` subdirectory (which works for Laravel), and also adds a second virtual application at the `/app2` path. To run it, create a file called `json.txt` with the following contents.
520520

521-
```json
521+
```txt
522522
[
523523
{
524524
"physicalPath"':' "site\\wwwroot\\public",

0 commit comments

Comments
 (0)