comp423-23s / Event-Calendar-Final-Project-for-Software-Engineering

final-project-final-a8 created by GitHub Classroom
MIT License
0 stars 0 forks source link

Workshops autoincrementing #43

Closed XimenaColopy closed 1 year ago

XimenaColopy commented 1 year ago

I fixed the issues with the create workshops api. I created a new model for workshops called NewWorkshop. This model doesn't include an id or a host (the 2 parameters we don't manually input). This allows the ids for workshops to auto increment and also happen to fix the issue where the create workshops api wasn't returning anything.