feat: expose api key in fetch instances

This commit is contained in:
Davidson Gomes
2023-06-12 16:07:38 -03:00
parent fc30bb9852
commit 2847a95c57
7 changed files with 26 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* Route to update group description
* Route to accept invite code
* Added configuration of events by webhook of instances
* Now the api key can be exposed in fetch instances if the EXPOSE_IN_FETCH_INSTANCES variable is set to true
### Fixed