api: add new edge endpoints

This commit adds 2 more RTQ Query in preparation of porting edge source code to image-builder-frontend
This commit is contained in:
mgold1234 2023-09-11 17:44:20 +03:00 committed by Thomas Lavocat
parent 5d6b6dfbfe
commit 1bb7519cc4
3 changed files with 50 additions and 3 deletions

View file

@ -27,6 +27,8 @@ const config: ConfigFile = {
'getImageSetViewByID',
'getAllImageSetImagesView',
'getImageSetsDevicesByID',
'deleteImageSet',
'getImageSetImageView',
],
};