Merge pull request #226 from benpackard/patch-1

Corrected path to Routes.swift in folder structure
This commit is contained in:
Tanner 2017-10-18 10:18:55 -04:00 committed by GitHub
commit 9989060536
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ Hello
│   │   ├── Droplet+Setup.swift
│   │   ├── Models
│   │   │   └── Post.swift
│   │   └── Routes.swift
│   │   └── Routes
│   │   └── Routes.swift
│   └── Run
│   └── main.swift
├── Tests