mirror of https://github.com/OWASP/Nettacker.git
Update core.py
Signed-off-by: Ali Razmjoo <ali.razmjoo1994@gmail.com>
This commit is contained in:
parent
e3b9a71fe6
commit
97ef714eb5
|
|
@ -128,6 +128,7 @@ def get_file(filename):
|
|||
except IOError:
|
||||
abort(404)
|
||||
|
||||
|
||||
def api_key_is_valid(app, flask_request):
|
||||
"""
|
||||
check the validity of API key
|
||||
|
|
|
|||
Loading…
Reference in New Issue