mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: database migrations FK relations.
fix: database columns indexing.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Service } from 'typedi';
|
||||
import { Router, Request, Response } from 'express';
|
||||
import { body, query } from 'express-validator';
|
||||
import { pick } from 'lodash';
|
||||
@@ -9,6 +10,7 @@ import {
|
||||
isDefinedOptionConfigurable,
|
||||
} from 'utils';
|
||||
|
||||
@Service()
|
||||
export default class SettingsController extends BaseController{
|
||||
/**
|
||||
* Router constructor.
|
||||
|
||||
Reference in New Issue
Block a user