Skip to content

Commit

Permalink
Merge 80f3acb into 02f3a7d
Browse files Browse the repository at this point in the history
  • Loading branch information
derdeka committed Dec 11, 2019
2 parents 02f3a7d + 80f3acb commit c8fdc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ const PING_RESPONSE: ResponseObject = {
'application/json': {
schema: {
type: 'object',
title: 'PingResponse',
properties: {
greeting: {type: 'string'},
date: {type: 'string'},
Expand Down
Expand Up @@ -10,6 +10,7 @@ const PING_RESPONSE: ResponseObject = {
'application/json': {
schema: {
type: 'object',
title: 'PingResponse',
properties: {
greeting: {type: 'string'},
date: {type: 'string'},
Expand Down

0 comments on commit c8fdc30

Please sign in to comment.