Skip to content

Commit

Permalink
fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglihui committed Jun 26, 2019
1 parent 3a95633 commit 7b7c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ISwaggerParam } from './../../dist/core/swagger.d';
import { ISwaggerParam } from '../swagger';
import { URL_KEY, METHOD_KEY, DOC_KEY, SCHEMA_KEY, GROUP_KEY, API_KEY, REQUEST_BODY_SYMBOL, REQUEST_GET_SYMBOL, REQUEST_PARAM_SYMBOL, REQUEST_BODY_PARAM_SYMBOL, REQUEST_SYMBOL, RESPONSE_SYMBOL } from './../constant';
/**
* Created by wlh on 2017/8/29.
Expand Down

0 comments on commit 7b7c9cd

Please sign in to comment.