nextcloud / lookup-server

:eyes: Lookup server to find remote users for federated sharing
23 stars 16 forks source link

Fixed error code response #58

Closed abangtor closed 1 year ago

abangtor commented 3 years ago

The method withStatus is creating a clone of the Response object and passing it as return value. This is fixing the call of the withStatus method, so that the correct object is passed as return value and the correct status code is returned.