project-anuvaad / Project-Saral

Project Saral should be viewed as an OCR-plus application that is capable of doing OCR and can also understand the structure of the physical input.
MIT License
0 stars 1 forks source link

Backend: New feature to GET branding details like logo,app name , theme #58

Closed dileep-gadiraju closed 2 years ago

dileep-gadiraju commented 2 years ago

Backend: New feature to GET,POST branding details like logo, app name, theme

The front end would use this API response based on the state of the school to switch logo, App name and Theme.

The response should look like this:

{ "logoImage": "", "appName": "Saral OCP Application", "theme": "" }

dileep-gadiraju commented 2 years ago

@apurvabisht97 , close this after validating all the apis

apurvabisht97 commented 2 years ago

These APIs is created successfully .