Skip to content

Commit

Permalink
Merge branch 'develop' into api-client/integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b authored Aug 3, 2024
2 parents a3ac83e + dcbac1f commit 93b98c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/api-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import EnvironmentController from './controllers/environment/environment'
import EnvironmentController from './controllers/environment'
import SecretController from './controllers/secret'
import EventController from './controllers/event'

export { EnvironmentController }
export { EnvironmentController, SecretController, EventController }

0 comments on commit 93b98c4

Please sign in to comment.