0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-14 21:51:22 +02:00

Updated api info url

This commit is contained in:
peteruithoven 2013-11-29 13:28:54 +01:00
parent 462360712b
commit e160f5b94f

View File

@ -91,7 +91,7 @@ function M:setError(msg)
self.body.status = 'error'
if msg ~= '' then self.body.msg = msg end
self:addData('more_info', 'http://' .. defaults.API_BASE_URL_PATH .. '/wiki/wiki/communication-api')
self:addData('more_info', 'http://' .. defaults.API_BASE_URL_PATH .. '/api')
end
--- Adds a data item to the response, this will be included under the `data` item of the json text.