mirror of https://github.com/vapor/docs.git
Merge pull request #32 from zyxep/master
Typo for a file in the example
This commit is contained in:
commit
f20eb8fe45
|
|
@ -13,7 +13,7 @@ For Vapor applications, configuration files are expected to be nested under a to
|
|||
```bash
|
||||
./
|
||||
├── Config/
|
||||
│ ├── server.json
|
||||
│ ├── servers.json
|
||||
```
|
||||
|
||||
And an example of how this might look:
|
||||
|
|
|
|||
Loading…
Reference in New Issue