Skip to content

Commit

Permalink
Remove API Version (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
gponty authored Nov 28, 2023
1 parent 4def1d1 commit 13942d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md
monday:
api_key: '%env(MONDAY_API_KEY)%'
api_version: '%env(MONDAY_API_VERSION)%'
3 changes: 1 addition & 2 deletions gponty/symfony-monday-api-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key",
"MONDAY_API_VERSION": "your_monday_api_version"
"MONDAY_API_KEY": "your_monday_api_key"
}
}

0 comments on commit 13942d1

Please sign in to comment.