Skip to content

Commit

Permalink
move fw to framework directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 23, 2019
1 parent e9b75b3 commit 24878ca
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.ts
Expand Up @@ -3,10 +3,10 @@ import { ExpressApp } from 'express';
import OpenAPIFramework, {
OpenAPIFrameworkArgs,
OpenAPIFrameworkConstructorArgs,
} from './fw';
} from './framework';
import OpenAPIRequestValidator from 'openapi-request-validator';
import OpenAPIRequestCoercer from 'openapi-request-coercer';
import { OpenAPIFrameworkAPIContext } from './fw/types';
import { OpenAPIFrameworkAPIContext } from './framework/types';
import { methodNotAllowed, notFoundError } from './errors';

// import { OpenAPIResponseValidatorError } from 'openapi-response-validator';
Expand Down

0 comments on commit 24878ca

Please sign in to comment.