summaryrefslogtreecommitdiff
path: root/apitest.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-24 09:23:33 +0000
committerLars Wirzenius <liw@liw.fi>2017-08-24 09:23:33 +0000
commitbb97fb549413e47ae8e798c26c2efe301ac0a1a2 (patch)
treee9cf6cb01e9ab18194d76793cc9de09b2b4ec1c4 /apitest.py
parentc775b905b7a456eff43ba83f9e55aab3e8e4bb20 (diff)
downloadapifw-bb97fb549413e47ae8e798c26c2efe301ac0a1a2.tar.gz
Add: allos routes to not require authorization
Diffstat (limited to 'apitest.py')
-rw-r--r--apitest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apitest.py b/apitest.py
index 8710476..6e1867a 100644
--- a/apitest.py
+++ b/apitest.py
@@ -38,6 +38,7 @@ class Api(apifw.Api):
{
'path': '/version',
'callback': self.version,
+ 'needs-authorization': False,
},
{
'method': 'PUT',