mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Return new default config in API endpoint
This commit is contained in:
parent
052b25af0a
commit
5c4f0d42b7
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue