hankwr / Cmsc455Final

Backend for final project collaboration between CMSCs 106 and 455
2 stars 0 forks source link

Registration Endpoint File Hosting #6

Open stuja16 opened 4 months ago

stuja16 commented 4 months ago

I saw you added a registration post method and some others in the EventController.java class. I don't know if you saw, but I created a RegistrationController.java class too. It doesn't really matter which one we save it in, but I thought a separate controller class might be better for organization so we don't end up with too many methods in a single class due to the complexity of the program.