Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New endpoint: /config #122

Open
rajat1saxena opened this issue Apr 6, 2024 · 1 comment
Open

New endpoint: /config #122

rajat1saxena opened this issue Apr 6, 2024 · 1 comment
Assignees

Comments

@rajat1saxena
Copy link
Member

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

Endpoint specs

HTTP Method

GET

Response

{"posthog": "phc_remaining_key", "crisp": "eed-ddf-fdf-0ee"}
@rajat1saxena
Copy link
Member Author

@ravirajput10 The /config endpoint is getting hit in a loop, which eventually crashed the app. Please look into this on priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants