Skip to content

Commit

Permalink
🐛 修复404路由问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosen95 committed Sep 29, 2019
1 parent ade2255 commit 5339dc1
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 128 deletions.
10 changes: 10 additions & 0 deletions mock/mock-server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import express from "express";
import bodyParser from "body-parser";
import compression from "compression";
import morgan from "morgan";
import cors from "cors";
import http from "http";
import path from "path";
import yaml from "yamljs";

// TODO: 后期mock接入
Loading

0 comments on commit 5339dc1

Please sign in to comment.