Fix id token get endpoint
This commit is contained in:
parent
65183e26c0
commit
486977f828
2 changed files with 2 additions and 1 deletions
|
@ -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"}},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue