Commit Graph

7 Commits

Author SHA1 Message Date
Benedikt Reichert 4e69f97b61 Fixed broken link to Provider 2016-11-12 14:19:08 +01:00
Tanner 85208839ac Merge pull request #56 from vapor/1.1
1.1
2016-10-12 14:09:27 -04:00
Tanner Nelson a92b2086bc
add additional notes 2016-10-12 14:09:17 -04:00
泽熙 82f1c3071a Program syntax error
if drop.config.environment == .production {
    ...
}
-------------------------------------------
if drop.environment == .production {
    ...
}
2016-10-03 18:36:54 +08:00
Tanner Nelson 4132b7b5ab
addl config docs 2016-09-29 20:15:28 -04:00
Tóth Balázs 0faa1d35e4 Droplet start() is now run() 2016-09-16 11:49:23 +02:00
Tanner Nelson 67ee447ae1
update routing 2016-07-30 21:44:30 -04:00