mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Correct eveproxy_log to eveapi_log
This commit is contained in:
@@ -75,7 +75,7 @@ def eveapi_refresh(request, userid, post_save_redirect='/'):
|
|||||||
|
|
||||||
|
|
||||||
@login_required
|
@login_required
|
||||||
def eveproxy_log(request, userid):
|
def eveapi_log(request, userid):
|
||||||
""" Provides a list of access logs for a specific EVE API key """
|
""" Provides a list of access logs for a specific EVE API key """
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user