mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 18:55:48 -07:00
ENGINE: Migrated Assembly Management Functionality
This commit is contained in:
@@ -50,7 +50,7 @@ def _build_runtime_config() -> Dict[str, Any]:
|
||||
if api_groups_override:
|
||||
api_groups: Any = api_groups_override
|
||||
else:
|
||||
api_groups = ("core", "auth", "tokens", "enrollment", "devices")
|
||||
api_groups = ("core", "auth", "tokens", "enrollment", "devices", "assemblies")
|
||||
|
||||
return {
|
||||
"HOST": os.environ.get("BOREALIS_ENGINE_HOST", DEFAULT_HOST),
|
||||
|
||||
Reference in New Issue
Block a user