Skip to content

Commit

Permalink
Merge pull request #75 from Sija/patch-4
Browse files Browse the repository at this point in the history
Make `Application#scheme` a public method
  • Loading branch information
grkek authored Dec 4, 2024
2 parents e664743 + d616fc2 commit 75a025c
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 75a025c

Please sign in to comment.