forked from 0x2620/pandora
remove FIXME. should be fine like this
This commit is contained in:
parent
f1c5492ce9
commit
86bc388193
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ def api(request):
|
|||
#FIXME: possible to do this in f
|
||||
#data = json.loads(request.POST['data'])
|
||||
|
||||
#FIXME: security considerations, web facing api should not call anything in globals!!!
|
||||
f = globals().get('api_'+function, None)
|
||||
if f:
|
||||
response = f(request)
|
||||
|
|
Loading…
Reference in a new issue