Skip to content

Commit

Permalink
Merge pull request #12 from boek/1/home_page
Browse files Browse the repository at this point in the history
Added a simple homepage for (#1)
  • Loading branch information
Ryan Arana authored Jul 24, 2016
2 parents 7700ca6 + 1860f7b commit 149e6ce
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 1 deletion.
2 changes: 1 addition & 1 deletion App/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let _ = drop.config["app", "key"].string ?? ""
--workDir to the application upon execution.
*/
drop.get("/") { request in
return try drop.view("welcome.html")
return try drop.view("index.html")
}

/**
Expand Down
Loading

0 comments on commit 149e6ce

Please sign in to comment.