expose harble api

This commit is contained in:
sirjonasxx 2020-06-03 18:30:00 +02:00
parent 3df20f9fbf
commit a56b98696f

View File

@ -128,4 +128,7 @@ public class HashSupport {
return send(HMessage.Direction.TOSERVER, hashOrName, objects);
}
public HarbleAPI getHarbleAPI() {
return harbleAPI;
}
}