Fix id token get endpoint
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful

This commit is contained in:
Oliver Traber 2025-03-14 00:19:22 +00:00
parent 65183e26c0
commit 486977f828
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ def create_ocpp_app():
def create_app():
app = FastAPI(
title="simple-ocpp-cs",
version="0.2.0",
summary="Simple implementation of a basic OCPP 2.0.1 compliant central system (backend) for EV charging stations",
responses={404: {"description": "Not found"}},
)