mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
BC-5 fix: general tab of preferences form submitting.
This commit is contained in:
@@ -42,6 +42,7 @@ import Licenses from 'api/controllers/Subscription/Licenses';
|
||||
import InventoryAdjustments from 'api/controllers/Inventory/InventoryAdjustments';
|
||||
import asyncRenderMiddleware from './middleware/AsyncRenderMiddleware';
|
||||
import Jobs from './controllers/Jobs';
|
||||
import Miscellaneous from 'api/controllers/Miscellaneous';
|
||||
|
||||
export default () => {
|
||||
const app = Router();
|
||||
@@ -95,6 +96,8 @@ export default () => {
|
||||
dashboard.use('/media', Container.get(Media).router());
|
||||
dashboard.use('/inventory_adjustments', Container.get(InventoryAdjustments).router());
|
||||
|
||||
dashboard.use('/', Container.get(Miscellaneous).router());
|
||||
|
||||
app.use('/', dashboard);
|
||||
|
||||
return app;
|
||||
|
||||
Reference in New Issue
Block a user