Fixed error in api handlers

This commit is contained in:
2010-04-18 02:50:46 +01:00
parent 8185353e51
commit a09a1073ab

View File

@@ -88,7 +88,7 @@ class AccessHandler(BaseHandler):
if sa:
return { 'access': True, 'service': sa.service.id,
'service_type': sa.service.api, 'service_uid': sa.service_uid
'service_type': sa.service.api, 'service_uid': sa.service_uid,
'service_url': sa.service.url, }
else:
return { 'access': False }