Skip to content

Commit

Permalink
fix(api): dmeo token
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 25, 2022
1 parent d45752a commit 5b36f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/demo.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@apiUrl = http://127.0.0.1:8000
@apiVersion = v0
@token = alwatr_110_313
@token = YOUR_SECRET_TOKEN

### Home
GET {{apiUrl}}/{{apiVersion}}
Expand All @@ -18,7 +18,7 @@ Content-Type: application/json
"filter": {
"origin": "KIH",
"dest": "THR",
"date": "1401/10/1"
"date": "1401/09/10"
}
}

Expand Down

0 comments on commit 5b36f2c

Please sign in to comment.