Admin module: integrate with clan app

This commit is contained in:
Johannes Kirschbauer
2024-08-27 18:20:42 +02:00
parent 54139876b5
commit b601bab5a2
10 changed files with 109 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ class Meta:
@dataclass
class AdminConfig:
allowedKeys: list[str] = field(default_factory = list)
allowedKeys: dict[str, str] | dict[str,Any] = field(default_factory = dict)
@dataclass