Fix link to Configuration page (#26)

M. Tanveer Raza 2022-01-17 19:14:56 +05:30 committed by GitHub
parent ab00ab1945
commit b84cb229f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -52,7 +52,7 @@ Now, we add one simply static file index.html to the Http root path:
echo '<h1>Hello Drogon!</h1>' >>index.html
```
The default root path is `"./"`, this could be modified by config.json also, See [Configuration File](ENG-10-Configureation-File) for more details. Then you can visit this page by URL `"http://localhost"` or`"http://localhost/index.html"` (or the IP of the server where your wepapp running).
The default root path is `"./"`, this could be modified by config.json also, See [Configuration File](ENG-10-Configuration-File) for more details. Then you can visit this page by URL `"http://localhost"` or`"http://localhost/index.html"` (or the IP of the server where your wepapp running).
![Hello Drogon!](images/hellodrogon.png)