A new endpoint is added to get all the GCBM table names. As on the frontend the user will be able to change the configuration file. This endpoint will provide them with a table scheme that can be modified and sent back to the /config endpoint. Which will store the new table data in the form of .db file. This makes the GCBM more dynamic in nature.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
For some reason, my pytest script gives syntax errors for every endpoint. I was unable to test using the pytest. However, I have used postman to make a GET request and got 200 as the response.
Additional Context (Please include any Screenshots/gifs if relevant)
Pull Request Template
Description
A new endpoint is added to get all the GCBM table names. As on the frontend the user will be able to change the configuration file. This endpoint will provide them with a table scheme that can be modified and sent back to the
/config
endpoint. Which will store the new table data in the form of.db
file. This makes the GCBM more dynamic in nature.Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
For some reason, my pytest script gives syntax errors for every endpoint. I was unable to test using the pytest. However, I have used postman to make a GET request and got
200
as the response.Additional Context (Please include any Screenshots/gifs if relevant)