mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Return new default config in API endpoint
This commit is contained in:
@@ -322,7 +322,7 @@ if not state.demo:
|
||||
# Create Routes
|
||||
@api.get("/config/data/default")
|
||||
def get_default_config_data():
|
||||
return constants.default_config
|
||||
return constants.empty_config
|
||||
|
||||
|
||||
@api.get("/config/types", response_model=List[str])
|
||||
|
||||
Reference in New Issue
Block a user