Commit fba28a98 by chenjinjing

no message

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