dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Fix http/https only detection #1703

Closed gazben closed 4 years ago

gazben commented 4 years ago

This was a mistake that the httpsOnly logic was added to the http method. This is a fix for the breaking change in #1655

gazben commented 4 years ago

Sorry about the last pull request somehow I didn't see that the logic is going to the wrong function.

specialtactics commented 4 years ago

Thanks @gazben