We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377d3ec commit eccd7caCopy full SHA for eccd7ca
src/services/comfyManagerService.ts
@@ -27,10 +27,9 @@ enum ManagerRoute {
27
UPDATE_ALL = 'manager/queue/update_all',
28
UNINSTALL = 'manager/queue/uninstall',
29
DISABLE = 'manager/queue/disable',
30
+ // FIX_NODE is currently unused but kept for potential future implementation
31
FIX_NODE = 'manager/queue/fix',
32
LIST_INSTALLED = 'customnode/installed',
- GET_NODES = 'customnode/getmappings',
33
- GET_PACKS = 'customnode/getlist',
34
IMPORT_FAIL_INFO = 'customnode/import_fail_info',
35
REBOOT = 'manager/reboot',
36
IS_LEGACY_MANAGER_UI = 'manager/is_legacy_manager_ui'
0 commit comments