Closed demet47 closed 1 year ago
An example endpoint call can be found below:
We may need to add a mysql script to add full text indexes into tables. Sometimes we reset the database, that's why we need to prepare the database to work with all functionality required.
We may need to add a mysql script to add full text indexes into tables. Sometimes we reset the database, that's why we need to prepare the database to work with all functionality required.
I implemented a solution for this in my latest commit.
endpoints are as below in the current version:
The PR also includes a refactoring: SettingDTo has been replaced and put under DTO folder.