palashmunshi / Gatepass-Portal

0 stars 0 forks source link

Modal backend for updating group/subgroup #54

Closed palashmunshi closed 1 year ago

palashmunshi commented 1 year ago

Make an API that will update the group and subgroup names in the database. A put request will be made for the same.

  1. Write the code in the admin controller under the group/subgroups functions. (This will be near line 90 in the admin controller)
  2. Define its routes
  3. check the API using postman.