Skip to content

Commit

Permalink
update text to html
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jan 26, 2016
1 parent fb061da commit 1b9a198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ResponseConvertible.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public protocol ResponseConvertible {

extension String: ResponseConvertible {
public func response() -> Response {
return Response(status: .OK, text: self)
return Response(status: .OK, html: self)
}
}

Expand Down

0 comments on commit 1b9a198

Please sign in to comment.