Skip to content

Commit

Permalink
Added missing HttpTimeout field (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
subomi committed Jun 16, 2022
1 parent 661c747 commit 64c82dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/app_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (a *AppService) CreateAppEndpoint(ctx context.Context, e models.Endpoint, a
Description: e.Description,
Secret: e.Secret,
RateLimit: e.RateLimit,
HttpTimeout: e.HttpTimeout,
RateLimitDuration: duration.String(),
CreatedAt: primitive.NewDateTimeFromTime(time.Now()),
UpdatedAt: primitive.NewDateTimeFromTime(time.Now()),
Expand Down

0 comments on commit 64c82dc

Please sign in to comment.