• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • apps
  • api
  • controllers
  • miniapp.js
  • domain-verify-for-mini-program
    cac95a4f
    by 郭成尧
    2018-02-27 10:24:46 +0800  
    Browse Files
miniapp.js 209 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
/**
 * 小程序使用的域名验证
 */
const path = require('path');

module.exports = {
    verify(req, res) {
        res.sendFile(path.join(__dirname, '../../../public/static/hfxRaNY27L.txt'));
    }
};