feat: API endpoint to load travel data by code

This commit is contained in:
Björn Fromme
2025-01-14 12:41:40 +01:00
parent b196825ab3
commit c96b525aa4
6 changed files with 82 additions and 21 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class Room
#[Groups(['api:list', 'api:single'])]
public ?int $available = null;
#[Groups(['api:list', 'api:single'])]
#[Groups(['booking'])]
public ?string $board = null;
#[Groups(['booking'])]