Skip to content

Commit

Permalink
Make Application#scheme a public method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored Dec 4, 2024
1 parent 58d3630 commit d616fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grip/application.cr
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module Grip
end
{% end %}

protected def scheme : String
def scheme : String
ssl ? "https" : "http"
end

Expand Down

0 comments on commit d616fc2

Please sign in to comment.