finish upstream
This commit is contained in:
@@ -69,6 +69,7 @@ public class ExternalPluginClient
|
||||
.newBuilder()
|
||||
.addPathSegments("manifest.js")
|
||||
.build();
|
||||
System.out.println(manifest.uri());
|
||||
try (Response res = okHttpClient.newCall(new Request.Builder().url(manifest).build()).execute())
|
||||
{
|
||||
if (res.code() != 200)
|
||||
|
||||
Reference in New Issue
Block a user