• This project
    • Loading...
  • Sign in

fe / yohobuy-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuy-node
  • apps
  • product
  • models
  • favorite-product-service.js
  • refactor
    61c10f23
    by htoooth
    2016-06-27 17:56:49 +0800  
    Browse Files
favorite-product-service.js 161 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
/**
 * Created by TaoHuang on 2016/6/13.
 */

'use strict';

const favoriteProductAPI = require('./favorite-product-api');

module.exports = favoriteProductAPI;