move GET api/collection-by-id/[id]
to api/collection/[id]
#1060
Labels
refactor
Improving or cleaning up existing code
api/collection/[id]
currently has PUT and DELETE, which are withAuth APIsapi/collection-by-id/[id]
is a GET API and does not require authNeed a better way to combine auth / non-auth requests in a single apiWrapper (
auth
boolean inReqExpected
?)The text was updated successfully, but these errors were encountered: