# OpenAPI 3.0 Specification
# Edit this file to document your API, or use utoipa annotations in controllers.
openapi: 3.0.0
info:
title: "{{PROJECT_NAME}}"
version: "0.1.0"
description: API for {{PROJECT_NAME}}
servers:
- url: http://localhost:8080
description: Local development
paths:
/health:
get:
summary: Health check
responses:
'200':
description: OK