We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 786ee44 + 71197b8 commit 97a4237Copy full SHA for 97a4237
api/src/main/java/io/serverlessworkflow/api/schemaclient/ResourceSchemaClient.java
@@ -31,6 +31,7 @@ public ResourceSchemaClient(SchemaClient fallbackClient) {
31
"fallbackClient cannot be null");
32
}
33
34
+ @Override
35
public InputStream get(String path) {
36
path = path.substring("https://wg-serverless.org/".length());
37
return this.getClass().getResourceAsStream(baseResourcePath + path);
0 commit comments