makes censor characters consistent

This commit is contained in:
adamscmRH
2018-04-10 10:52:59 -04:00
parent ea900b6f95
commit 8529f2b5eb
4 changed files with 13 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ Individual applications will be accessible via their primary keys:
"results": [
{
"scope": "read",
"token": "**************",
"token": "*************",
"id": 2
}
]
@@ -114,7 +114,7 @@ Individual tokens will be accessible via their primary keys:
"description": "App Token Test",
"user": 1,
"token": "*************",
"refresh_token": "**************",
"refresh_token": "*************",
"application": 1,
"expires": "2018-02-24T00:39:32.618279Z",
"scope": "read"