Skip to content

Commit

Permalink
fix(ingress): adjust api path (#157)
Browse files Browse the repository at this point in the history
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored May 23, 2024
1 parent 8d03e28 commit 8b9bffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ssi-credential-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ ingress:
# -- Provide default path for the ingress record.
- host: ""
paths:
- path: "/api/issuer"
- path: "/api"
pathType: "Prefix"
backend:
port: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

namespace Org.Eclipse.TractusX.SsiCredentialIssuer.DBAccess.Models;

public record CredentialDetailData
(
public record CredentialDetailData(
Guid CredentialDetailId,
string Bpnl,
VerifiedCredentialTypeId CredentialType,
Expand Down

0 comments on commit 8b9bffa

Please sign in to comment.