fixed version import
This commit is contained in:
parent
c330e2312a
commit
a431dc8ae4
|
|
@ -1 +1,3 @@
|
|||
export const BULLPEN_VERSION = "1.1.0";
|
||||
const BULLPEN_VERSION = "1.1.0";
|
||||
|
||||
module.exports = BULLPEN_VERSION;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
const process = require('process');
|
||||
const {BULLPEN_VERSION} = require("../config/version");
|
||||
const BULLPEN_VERSION = require("../config/version");
|
||||
|
||||
exports.info = (req, res) => {
|
||||
res.json({
|
||||
|
|
|
|||
Loading…
Reference in New Issue