feat(api): add tags to event and user routes for better categorization
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m48s
docker-build / docker (pull_request) Successful in 6m39s

This commit is contained in:
Dominik 2025-06-16 11:09:43 +02:00
parent 51d02324bd
commit 787edf8e1f
Signed by: dominik
GPG key ID: 06A4003FC5049644
8 changed files with 28 additions and 1 deletions

View file

@ -3,6 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
network: host
image: git.dominikstahl.dev/dhbw-we/meetup:main
ports:
- '3000:3000'