mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: import resources from csv/xlsx
This commit is contained in:
@@ -48,11 +48,11 @@ export default ({ app }) => {
|
||||
app.use('/public', express.static(path.join(global.__storage_dir)));
|
||||
|
||||
// Handle multi-media requests.
|
||||
app.use(
|
||||
fileUpload({
|
||||
createParentPath: true,
|
||||
})
|
||||
);
|
||||
// app.use(
|
||||
// fileUpload({
|
||||
// createParentPath: true,
|
||||
// })
|
||||
// );
|
||||
|
||||
// Logger middleware.
|
||||
app.use(LoggerMiddleware);
|
||||
|
||||
Reference in New Issue
Block a user