mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +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
|
||||
def eveproxy_log(request, userid):
|
||||
def eveapi_log(request, userid):
|
||||
""" Provides a list of access logs for a specific EVE API key """
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user