forked from 0x2620/pandora
typo
This commit is contained in:
parent
75fb823b85
commit
65927d8ef1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def api_login(request):
|
|||
return render_to_json_response(response)
|
||||
actions.register(api_login, 'login')
|
||||
|
||||
def logout(request):
|
||||
def api_logout(request):
|
||||
'''
|
||||
param data
|
||||
{}
|
||||
|
|
Loading…
Reference in a new issue