UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Backend : endpoints of get multiple objects return 404 instead of empty list #141

Closed fungame2270 closed 5 months ago

fungame2270 commented 5 months ago

Describe the bug

The backend enpoinst return 404 when there is no instances of object when geting all instances of that object.

Expected Behavior

The endpoint should return an empty list and code 200.

Current Behavior

returns 404 error

Reproduction Steps

Having no instances of one object getting all objects.

Possible Solution

No response

Additional Information/Context

No response