khoj/src/routers
Debanjum Singh Solanky 3dee1aed9e Create /config/data/default API endpoint to serve default khoj config
This can ease configuring khoj from the different interfaces

- Don't need to know all the (default) config used by khoj.
- Just get default config by calling the above API endpoint.
- Then modify desired portions and call POST /api/config/data to
  configure khoj.
2023-01-03 21:52:34 -03:00
..
__init__.py Add __init__.py to routers directory to register it as a package 2022-10-25 20:40:40 +05:30
api.py Create /config/data/default API endpoint to serve default khoj config 2023-01-03 21:52:34 -03:00
api_beta.py Rename Frontend Router to Web Client. Fix logger usage in routers 2022-10-19 16:36:48 +05:30
web_client.py Rename Frontend Router to Web Client. Fix logger usage in routers 2022-10-19 16:36:48 +05:30