api: add endpoint machine_schema

This commit is contained in:
DavHau
2024-06-27 16:38:15 +07:00
parent 2f14a08e0b
commit bc3d17ad06
4 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
import json
# some unused imports are needed to trigger registrations of api functions
import clan_cli.config.schema # noqa: F401
from clan_cli.api import API