feat:#30 reactive URL parameters RoomOccupation

This commit is contained in:
survellow
2024-02-24 04:14:11 +01:00
parent 27b1b591cc
commit 62acdcbc88
6 changed files with 105 additions and 74 deletions

View File

@ -11,7 +11,7 @@ services:
- "8090:8090"
volumes:
- pb_data:/htwkalender/data # for production with volume
# - ./backend/pb_data:/pb_data # for development with bind mount from project directory
# - ./backend:/htwkalender/data # for development with bind mount from project directory
htwkalender-frontend:
build: