Skip to content

Commit 7da7cb9

Browse files
committed
feat: remove controllers
1 parent 8f7404e commit 7da7cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valor/nestjs-stripe",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"type": "commonjs",
55
"private": false,
66
"author": "opavlovskyi-valor-software",

libs/stripe/src/lib/stripe.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class StripeModule {
6868
static forRoot(config: StripeConfig, authGuard: Type<CanActivate>): DynamicModule {
6969
return {
7070
module: StripeModule,
71-
controllers: controllerList,
71+
// controllers: controllerList,
7272
providers: [
7373
{
7474
provide: STRIPE_CONFIG,

0 commit comments

Comments
 (0)