Open rajat1saxena opened 7 months ago
This endpoint will be responsible for getting all the dynamica public facing settings for the app. This will help us from not hardcoding keys like PostHog key, Crisp key etc., in our app.
For inspiration, take reference from Weblit https://[app.weblit.pro/config](https://app.weblit.pro/config)
GET
{"posthog": "phc_remaining_key", "crisp": "eed-ddf-fdf-0ee"}
@RaviRajput10 The /config endpoint is getting hit in a loop, which eventually crashed the app. Please look into this on priority.
This endpoint will be responsible for getting all the dynamica public facing settings for the app. This will help us from not hardcoding keys like PostHog key, Crisp key etc., in our app.
For inspiration, take reference from Weblit https://[app.weblit.pro/config](https://app.weblit.pro/config)
Endpoint specs
HTTP Method
Response