developer-delta / halogen

A web based application to add better lighting to video calls.
MIT License
4 stars 11 forks source link

New `save-palette` backend route #191

Open mikelbrierly opened 3 years ago

mikelbrierly commented 3 years ago

User Story:

As a developer, I want to be able to hit a backend route to add a palette to a user, So that our users data is saved to the DB and can be synced


Acceptance Criteria:


Note: When creating a REST API, the PUT route is used to update an existing document, while POST is used to create a new one.