Skip to content

Commit

Permalink
Fixes wrong Descriptors endpoint when reg-int is enabled (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Ghazanfar Ali Danish <ghazanfar.danish@iese.fraunhofer.de>
  • Loading branch information
mdanish98 committed Apr 11, 2024
1 parent 5d66131 commit 617d192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
public class AasDescriptorFactory {

private static final String AAS_INTERFACE = "AAS-3.0";
private static final String AAS_REPOSITORY_PATH = "/shells";
private static final String AAS_REPOSITORY_PATH = "shells";

private AssetAdministrationShell shell;
private String aasRepositoryURL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
public class SubmodelDescriptorFactory {

private static final String SUBMODEL_INTERFACE = "SUBMODEL-3.0";
private static final String SUBMODEL_REPOSITORY_PATH = "/submodels";
private static final String SUBMODEL_REPOSITORY_PATH = "submodels";

private Submodel submodel;
private String submodelRepositoryURL;
Expand Down

0 comments on commit 617d192

Please sign in to comment.