Commit fba28a98 by chenjinjing

no message

parent 871e2dd3
......@@ -24,7 +24,7 @@ export async function getYZY(req, res) {
ret["api3"] = getKeyValueNumberOutData("物理资源", 物理资源 );
res.send(ret);
}
}
//测试概况
export async function getCSGK(req, res) {
......
......@@ -3,7 +3,6 @@ import bodyParser = require('body-parser');
import sign = require('../middleware/sign');
import routers = require('../routers/router');
import compression = require('compression');
import { encryptionReturn } from '../middleware/encryptionReturn';
import * as path from "path";
import * as fallback from 'express-history-api-fallback';
......
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