Add IdToken router
This commit is contained in:
parent
e33d74308a
commit
e5ae0bd58e
6 changed files with 115 additions and 9 deletions
|
@ -12,8 +12,8 @@ from app.models.chargepoint import ChargePoint as DbChargePoint
|
|||
from app.security import get_api_key
|
||||
|
||||
router = APIRouter(
|
||||
prefix="/chargepoint",
|
||||
tags=["chargepoint (v1)"],
|
||||
prefix="/chargepoints",
|
||||
tags=["Chargepoint (v1)"],
|
||||
)
|
||||
|
||||
@router.get(path="", response_model=list[ChargePoint])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue