forked from 0x2620/pandora
typo
This commit is contained in:
parent
fdd5101bc7
commit
91e6674da8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def api(request):
|
|||
'api': api,
|
||||
'settings': settings,
|
||||
'sitename': settings.SITENAME
|
||||
})
|
||||
}
|
||||
response = render_to_response('api.html', context)
|
||||
response['Access-Control-Allow-Origin'] = '*'
|
||||
return response
|
||||
|
|
Loading…
Reference in a new issue