Skip to content

Commit

Permalink
removed /validate-creds
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Nov 21, 2024
1 parent 846649e commit fd44eb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions typespec/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ namespace wave {
};
}

@route("validate-creds")
@post op validateCreds(@body request: ValidateRegistryCredsRequest): boolean;

@route("/v1alpha2/validate-creds")
@post op validateCredsV2(@body request: ValidateRegistryCredsRequest): boolean;

Expand Down

0 comments on commit fd44eb4

Please sign in to comment.