Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-enebeli committed Jan 15, 2024
1 parent 7ab8504 commit 1e2e679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
POSTGRES_DB: blnk
POSTGRES_USER: postgres
POSTGRES_PASSWORD:
POSTGRES_PASSWORD: password
ports:
- 5432:5432
options: >-
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,7 @@ Blnk is a RESTFUL server. It exposes interaction with your Blnk server. The api
"account_number_generation": {
"http_service": {
"url": "https://example.com/generate_account_number",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer some_auth_token"
}
}
Expand Down

0 comments on commit 1e2e679

Please sign in to comment.