PDF-Service-Aufrufe auf versionierte API umgestellt (/api/v1)

Die API-Version steckt in der Basis-URL (PDF_SERVICE_URL, Standard
http://localhost:8084/api/v1); der Client ruft relativ dazu /invoices/sign auf.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 11:55:25 +02:00
co-authored by Claude Fable 5
parent 60aba03633
commit dcf68fede6
4 changed files with 12 additions and 9 deletions
+3 -2
View File
@@ -7,5 +7,6 @@ MONGODB_URI=mongodb://BENUTZER:PASSWORT@localhost:27017/pdf-tool?authSource=admi
# HTTP-Port der Anwendung (Standard: 8083)
SERVER_PORT=8083
# Basis-URL des PDF Service (ZUGFeRD-Umwandlung, Standard: http://localhost:8084)
PDF_SERVICE_URL=http://localhost:8084
# Basis-URL der PDF-Service-API (ZUGFeRD-Umwandlung); die Endpoints
# /invoices/sign und /invoices/validate liegen unterhalb dieser URL.
PDF_SERVICE_URL=http://localhost:8084/api/v1