Commit f06a62b6 authored by zhangyanni's avatar zhangyanni

去掉不要的模块

parent 192e13fb
......@@ -9,7 +9,6 @@ const path = require("path");
const express = require('express')
const app = express()
var version = require('./public/version') //本地json文件数据
const nodeExternals = require("webpack-node-externals");
var apiRoutes = express.Router();
app.use('/api', apiRoutes)
function resolve(dir) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment