privacy
This commit is contained in:
@@ -8,4 +8,7 @@ public func routes(_ router: Router) throws {
|
||||
router.get("/index.html") { request in
|
||||
return try request.view().render("home")
|
||||
}
|
||||
router.get("/privacy") { request in
|
||||
return try request.view().render("privacy")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user