refactor: add version in app config
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import appConfig from '../../config/app';
|
||||
|
||||
const healthcheck = () => {
|
||||
return {
|
||||
version: process.env.npm_package_version,
|
||||
version: appConfig.version,
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user