updated json response

This commit is contained in:
Johannes Nickel 2015-01-13 22:10:57 +01:00
parent 20084057cf
commit a06faaebfb

View file

@ -93,7 +93,7 @@ curl http://localhost/api/v1/online_notifications -v -u #{login}:#{password} -H
notifications.each do |notification|
OnlineNotification.seen({:id => notification['id']})
end
render :json => {data:'all cool'}
render :json => {data:'ok'}
end
end