Skip to content

Commit

Permalink
fix: AASApiClientV3 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raronpxcsw committed Oct 16, 2024
1 parent 870ad0b commit ab5ded3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class AASApiClientV3 extends AASApiClient {
try {
submodels.push(
await this.http.get<aas.Submodel>(
this.resolve(`submodels/${submodelId}`),
this.resolve(`shells/${aasId}/submodels/${submodelId}`),
this.endpoint.headers,
),
);
Expand Down

0 comments on commit ab5ded3

Please sign in to comment.