mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Updated api info url
This commit is contained in:
parent
462360712b
commit
e160f5b94f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user