Together-100Devs / Together

Together is a group calendar application using the MERN stack intended to bring discord communities closer!
https://together.cyclic.app/
MIT License
167 stars 112 forks source link

Create a method to deny admin events #412

Open Caleb-Cohen opened 1 year ago

Caleb-Cohen commented 1 year ago

Related Issues Project: Admin Dashboard Depends on:

Description Create a method in the events.js controller called denyEvent Method will change specific event objects status to denied Create post route in events.js Create axios request

Acceptance Criteria Test updated event object has been changed from pending to denied Event object should remain in the database