Skip to content

Commit

Permalink
feat : health openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Sep 22, 2023
1 parent 112e516 commit 50f9e27
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions testdata/health.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
openapi: 3.0.0
info:
title: Health API
version: 1.0.0
paths:
/health:
get:
summary: health api
responses:
'200':
description: OK
'503':
description: Not OK

0 comments on commit 50f9e27

Please sign in to comment.