Skip to content

Commit

Permalink
feat: remove controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
StashBank committed Apr 2, 2024
1 parent 8f7404e commit 7da7cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valor/nestjs-stripe",
"version": "0.0.20",
"version": "0.0.21",
"type": "commonjs",
"private": false,
"author": "opavlovskyi-valor-software",
Expand Down
2 changes: 1 addition & 1 deletion libs/stripe/src/lib/stripe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class StripeModule {
static forRoot(config: StripeConfig, authGuard: Type<CanActivate>): DynamicModule {
return {
module: StripeModule,
controllers: controllerList,
// controllers: controllerList,
providers: [
{
provide: STRIPE_CONFIG,
Expand Down

0 comments on commit 7da7cb9

Please sign in to comment.