Skip to content

Commit

Permalink
Merge pull request #124 from thiagobustamante/master
Browse files Browse the repository at this point in the history
Code Refactory
  • Loading branch information
thiagobustamante committed Mar 27, 2018
2 parents 6571ba8 + 266352d commit 4d6d811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ export interface ApiPipelineConfig {
/**
* Interceptors configuration
*/
interceptor?: ApiInterceptorFeatureConfig;
interceptor?: PipelineInterceptorConfig;
/**
* Error Handler configuration
*/
errorHandler?: { [index: string]: MiddlewareConfig };
}

export interface ApiInterceptorFeatureConfig {
export interface PipelineInterceptorConfig {
request?: { [index: string]: MiddlewareConfig };
response?: { [index: string]: MiddlewareConfig };
}
Expand Down

0 comments on commit 4d6d811

Please sign in to comment.