server: load "authorization" as a core component
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
c756a9029a
commit
bc18e3174a
|
@ -59,10 +59,10 @@ if TYPE_CHECKING:
|
||||||
API_VERSION = (1, 4, 0)
|
API_VERSION = (1, 4, 0)
|
||||||
SERVER_COMPONENTS = ['application', 'websockets', 'klippy_connection']
|
SERVER_COMPONENTS = ['application', 'websockets', 'klippy_connection']
|
||||||
CORE_COMPONENTS = [
|
CORE_COMPONENTS = [
|
||||||
'dbus_manager', 'database', 'file_manager', 'klippy_apis',
|
'dbus_manager', 'database', 'file_manager', 'authorization',
|
||||||
'machine', 'data_store', 'shell_command', 'proc_stats',
|
'klippy_apis', 'machine', 'data_store', 'shell_command',
|
||||||
'job_state', 'job_queue', 'http_client', 'announcements',
|
'proc_stats', 'job_state', 'job_queue', 'http_client',
|
||||||
'webcam', 'extensions',
|
'announcements', 'webcam', 'extensions'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue