Access Messages via API from Python

This commit is contained in:
2024-10-30 18:02:05 +01:00
parent 01db00b3b4
commit cfe3dbd5bb
13 changed files with 1665 additions and 823 deletions

View File

@ -31,7 +31,7 @@ class Interface():
self.router = APIRouter(
prefix=self._PREFIX,
tags=["app, gui"]
tags=["gui"]
)
self._add_routes()