mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 09:21:57 -06:00
Add agent REST endpoints and heartbeat handling
This commit is contained in:
@@ -8,6 +8,7 @@ from Data.Engine.services.container import EngineServiceContainer
|
||||
|
||||
from . import (
|
||||
admin,
|
||||
agent,
|
||||
agents,
|
||||
auth,
|
||||
enrollment,
|
||||
@@ -25,6 +26,7 @@ from . import (
|
||||
|
||||
_REGISTRARS = (
|
||||
health.register,
|
||||
agent.register,
|
||||
agents.register,
|
||||
enrollment.register,
|
||||
tokens.register,
|
||||
|
||||
Reference in New Issue
Block a user