Permalink
Browse files
removing unused route from index.py
- Loading branch information...
Showing
with
0 additions
and
10 deletions.
-
+0
−10
rest/index.py
|
@@ -178,16 +178,6 @@ def ipintel(): |
|
|
|
return response |
|
|
|
|
|
|
|
|
|
|
|
@route('/ipsearch', methods=['POST']) |
|
|
|
@route('/ipsearch/', methods=['POST']) |
|
|
|
def ipsearch(): |
|
|
|
'''send an IP address to a Kibana search''' |
|
|
|
response.status = 200 |
|
|
|
|
|
|
|
sendMessgeToPlugins(request, response, 'ipsearch') |
|
|
|
return response |
|
|
|
|
|
|
|
|
|
|
|
@post('/ipdshieldquery', methods=['POST']) |
|
|
|
@post('/ipdshieldquery/', methods=['POST']) |
|
|
|
@enable_cors |
|
|
0 comments on commit
3496874