Skip to content

Commit

Permalink
Add stage to output
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jul 4, 2023
1 parent 39c2f98 commit dd5aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/runtime/core/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (a *awsProviderImpl) Details(ctx context.Context, typ resource.ResourceType
}
} else {
details.Detail = resource.WebsocketDetails{
URL: *api.ApiEndpoint,
URL: fmt.Sprintf("%s/$default", *api.ApiEndpoint),
}
}

Expand Down

0 comments on commit dd5aee0

Please sign in to comment.