Skip to content

Commit

Permalink
modify the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasAtmakuri committed Jul 30, 2024
1 parent d5a3b70 commit 8af74d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/miseadapter/miseadapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c Client) ValidateRequest(ctx context.Context, input Input) (Result, error
}

func createRequest(ctx context.Context, miseAddress string, input Input) (*http.Request, error) {
req, reqErr := http.NewRequestWithContext(ctx, http.MethodPost, miseAddress, nil)
req, reqErr := http.NewRequestWithContext(ctx, http.MethodPost, miseAddress+"/ValidateRequest", nil)
if reqErr != nil {
return nil, reqErr
}
Expand Down

0 comments on commit 8af74d9

Please sign in to comment.