;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This commit is contained in:
@@ -2,7 +2,7 @@ import express from 'express';
|
||||
import UserRouter from './routers/user.js';
|
||||
import GroupRouter from './routers/group.js';
|
||||
import AbstractProductRouter from './routers/abstractproduct.js';
|
||||
import log from './utils/log.js'
|
||||
import log from './utils/log.js';
|
||||
|
||||
import config from '../config.json' with {type: "json"};
|
||||
import ProductRouter from './routers/product.js';
|
||||
@@ -21,4 +21,4 @@ app.use('/api/category', CategoryRouter);
|
||||
|
||||
app.listen(config.port, () => {
|
||||
log.info(`Application has started on port ${config.port}`)
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user