Adding config endpoint

This commit is contained in:
Pascal Scheiben
2025-09-18 11:49:34 +02:00
committed by Magel, Denis
parent 2a165c91b6
commit 579c62319c
6 changed files with 73 additions and 16 deletions

3
src/config/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from src.config.router import router as config_router
__all__ = ["config_router"]