Added core and API version to health check
- Bumped API version to 1.2.2
This commit is contained in:
@@ -1 +1 @@
|
||||
__api_version__ = "1.2.1"
|
||||
__api_version__ = "1.2.2"
|
||||
|
@@ -438,6 +438,8 @@ def create_app(args):
|
||||
"enable_llm_cache_for_extract": args.enable_llm_cache_for_extract,
|
||||
},
|
||||
"update_status": update_status,
|
||||
"core_version": core_version,
|
||||
"api_version": __api_version__
|
||||
}
|
||||
|
||||
# Custom StaticFiles class to prevent caching of HTML files
|
||||
|
Reference in New Issue
Block a user