Skip to content
Snippets Groups Projects
Commit 2592d8ef authored by ale's avatar ale
Browse files

Remove unused test method

parent c46d3905
No related branches found
No related tags found
No related merge requests found
...@@ -32,14 +32,6 @@ app.config['TLS_AUTH_ACLS'] = [ ...@@ -32,14 +32,6 @@ app.config['TLS_AUTH_ACLS'] = [
('/', 'client'), ('/', 'client'),
] ]
@app.route('/')
@tls_auth
def index():
return '<h1>%s</h1>\n<pre>%s</pre>' % (
_get_subject_cn(request.environ['peercert']),
str(request.environ['peercert']),
)
@app.route('/api/create_list') @app.route('/api/create_list')
@tls_auth @tls_auth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment