Skip to content

Commit

Permalink
Merge 0c924c5 into 46fc490
Browse files Browse the repository at this point in the history
  • Loading branch information
derdeka committed Dec 11, 2019
2 parents 46fc490 + 0c924c5 commit e438cc3
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: 'loopback.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: 'loopback.PingResponse',
properties: {
greeting: {type: 'string'},
date: {type: 'string'},
Expand Down

0 comments on commit e438cc3

Please sign in to comment.