Check if token is empty or invalid, update postman
This commit is contained in:
@@ -289,7 +289,7 @@
|
||||
"name": "Transactions",
|
||||
"item": [
|
||||
{
|
||||
"name": "/api/keywords",
|
||||
"name": "/api/transactions",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
@@ -307,7 +307,7 @@
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "/api/keyword",
|
||||
"name": "/api/transaction",
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"header": [],
|
||||
@@ -341,7 +341,7 @@
|
||||
"bearer": [
|
||||
{
|
||||
"key": "token",
|
||||
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IlVzZXJuYW1lIiwiZXhwIjoxNjQ3MjgwMjkwfQ.SL_WpvJBA1XG_BVwD-zIS4-YnGvxbNqluy5fWjGp2DQ",
|
||||
"value": "access_token",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user