mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: add header swagger docs
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
SystemKnexConnection,
|
||||
SystemKnexConnectionConfigure,
|
||||
} from './SystemDB.constants';
|
||||
import { SystemDatabaseController } from './SystemDB.controller';
|
||||
import { knexSnakeCaseMappers } from 'objection';
|
||||
|
||||
const providers = [
|
||||
@@ -44,6 +43,5 @@ const providers = [
|
||||
@Module({
|
||||
providers: [...providers],
|
||||
exports: [...providers],
|
||||
controllers: [SystemDatabaseController],
|
||||
})
|
||||
export class SystemDatabaseModule {}
|
||||
|
||||
Reference in New Issue
Block a user