Implemented GET and PATCH handler

This commit is contained in:
Dennis Nemec
2025-10-06 00:27:27 +02:00
parent 98fb621108
commit 721fc171d0
7 changed files with 222 additions and 22 deletions

View File

@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile
container_name: rust-microservice
ports:
- "3000:8080"
- "3000:3000"
environment:
- REDIS_URL=redis://redis:6379
- RUST_LOG=info