You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again,
thanks a lot for this great project. you shall be blessed
Years ago I have created a pull request to handle the following:
The route "/{ip}" is added to lookup a single IP via GET method.
Is it possible to readd this route?
Background:
From mine point of view it makes more sense to resolve a single IP due a GET Request instead of sending a POST request filled with a single IP.
POST feels more like "Create a resource"
GET feels more like "Find something for me"
Kind regards!
The text was updated successfully, but these errors were encountered:
Hi again,
thanks a lot for this great project. you shall be blessed
Years ago I have created a pull request to handle the following:
Is it possible to readd this route?
Background:
From mine point of view it makes more sense to resolve a single IP due a GET Request instead of sending a POST request filled with a single IP.
POST feels more like "Create a resource"
GET feels more like "Find something for me"
Kind regards!
The text was updated successfully, but these errors were encountered: