Prisma

Root

Root endpoint. Returns: Basic service information.

GET
/

Response Body

application/json

curl -X get "http://localhost:8000"
{
  "property1": "string",
  "property2": "string"
}