DAC098 / RFS

custom made file server written in rust.
0 stars 0 forks source link

condense group api's #62

Open DAC098 opened 3 months ago

DAC098 commented 3 months ago

the update apis for adding users to/from groups can be condensed into the update api for the group itself. the json body can be updated to include add/drop user fields so that there does not have to be as many requests endpoints.