mirror of https://github.com/vapor/docs.git
Merge pull request #226 from benpackard/patch-1
Corrected path to Routes.swift in folder structure
This commit is contained in:
commit
9989060536
|
|
@ -35,7 +35,8 @@ Hello
|
|||
│ │ ├── Droplet+Setup.swift
|
||||
│ │ ├── Models
|
||||
│ │ │ └── Post.swift
|
||||
│ │ └── Routes.swift
|
||||
│ │ └── Routes
|
||||
│ │ └── Routes.swift
|
||||
│ └── Run
|
||||
│ └── main.swift
|
||||
├── Tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue