mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
refactor: branches and warehouses modules
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { Body, Controller, Get, Injectable, Post } from '@nestjs/common';
|
||||
import { StripePaymentApplication } from './StripePaymentApplication';
|
||||
import { ApiTags } from '@nestjs/swagger';
|
||||
|
||||
@Controller('/stripe')
|
||||
@ApiTags('stripe')
|
||||
export class StripeIntegrationController {
|
||||
constructor(private readonly stripePaymentApp: StripePaymentApplication) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user