#123 add some comments

This commit is contained in:
hjacobs
2016-01-22 19:41:44 +01:00
parent fcb20c7e05
commit f21b91f75f
3 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Mock OAuth2 token info
import connexion
# our hardcoded mock "Bearer" access tokens
TOKENS = {'123': 'jdoe',
'456': 'rms'}