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.
1 parent e2d4a84 commit 71197b8Copy full SHA for 71197b8
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