osm-rvb/api-express/src/utils.js

9 lines
90 B
JavaScript

const MSGS={
'alive': 'alive',
'error': 'error'
};
module.exports = {
MSGS
}