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.
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.