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
right now the getAll() function formats data for all endpoints as {"data": []} This should be controlled individually by the endpoints themselves not the database. Move this to transformer classes in preparation for the database redesign.
The text was updated successfully, but these errors were encountered:
right now the getAll() function formats data for all endpoints as {"data": []} This should be controlled individually by the endpoints themselves not the database. Move this to transformer classes in preparation for the database redesign.
The text was updated successfully, but these errors were encountered: