fix: Remove duplicate /api from VITE_API_URL
All checks were successful
Deploy Development / deploy (push) Successful in 37s

This commit is contained in:
Lars 2026-04-21 16:33:18 +02:00
parent e4d052f182
commit 9cd85266f6

View File

@ -52,7 +52,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
args:
VITE_API_URL: http://192.168.2.49:8098/api
VITE_API_URL: http://192.168.2.49:8098
container_name: dev-shinkan-ui
ports:
- "3098:80"