Small changes

This commit is contained in:
2024-07-31 14:22:29 -04:00
parent 187588d3ae
commit efef5091cf
2 changed files with 134 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ router = APIRouter(
responses={404: {"description": "Not found"}},
)
@router.get("/{user_id}")
async def get_customer(user_id):