GITLAB

Surasit Yerpui / Test-LineOA

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • test-lineoa
  • services
  • ContentService.js
  • eb28d472   update Service Browse Code ยป
    Surasit Yerpui
    2021-10-26 19:23:50 +0700  
ContentService.js 420 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

const flexMsg = require("./flexMsg");
const genMsgContent = flexMsg.GenContentFlex;
const flexs = flexMsg.flexs;


const ContentService = {
  mockText: () => {
    return {
      flex0: flexs.flex0,
      flex1: flexs.flex1,

      bub1: flexs.bub1,
      bub2: flexs.bub2,
      bub3: flexs.bub3,
      bub4: flexs.bub4,
      bub5: flexs.bub5,
      bub6: flexs.bub6,
    };
  },
};

module.exports = ContentService;