Change API ping/pong to return a boolean
This commit is contained in:
@@ -29,7 +29,7 @@ module API
|
||||
end
|
||||
|
||||
def ping
|
||||
render json: { pong: 'ok' }
|
||||
render json: { pong: true }
|
||||
end
|
||||
|
||||
def authenticate!
|
||||
|
Reference in New Issue
Block a user