×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Sungjoon Han
Added: Sep 4, 2019 11:17 AM
Modified: Sep 4, 2019 1:23 PM
Views: 4007
Tags: no tags
  1. issuer.getSsiService().createRelation(did);
  2.  
  3.         if (config.getConfig().get("ssi.channel.transport").equals("http"))
  4.             return "http://localhost:8080/ssi";
  5.  
  6.         return "ws://localhost:8080/ws/issuer";