MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

On full setup add option to not insert data #23

Closed MicahWW closed 3 months ago

MicahWW commented 3 months ago

Right now the /setup/full endpoint will do a full setup and also insert example data from setup/temp-data, have a parameter to toggle that off.

MicahWW commented 3 months ago

In #33 added the parameter insertData that allows the toggling of the full setup inserting example data. The parameter will default to true