Routes - Config
File Name : config.js
File Path : /server/routes/config.js
Get Routes Configuration
- API Path: api/config/appConfig
- Method: GET
- Description:
- This route is used to fetch the mobileApp configuration at initial load
- Renders AppConfiguration data object.
- Response:
- Http Code: 200
- Name: returnObj
- Type: Object
Update Routes Configuration
- API Path: api/config/appConfig
- Method: POST
- Description: This route is use to update the details configured from dashboard to database that can be used by mobileApp.
- Response:
- Http Code: 200
- Name: returnObj
- Type: Object