File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/main/kotlin/id/walt/idp Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ import id.walt.webwallet.backend.context.WalletContextManager
12
12
fun main (args : Array <String >) {
13
13
ServiceMatrix (" service-matrix.properties" )
14
14
ServiceRegistry .registerService<ContextManager >(WalletContextManager )
15
+
16
+ System .out .println (" ------------------------------------------------------------\n " )
17
+ System .out .println (" ------------------------------------------------------------\n " )
18
+ System .out .println (" ------------------------------------------------------------\n " )
19
+ System .out .println (" ------------------------------------------------------------\n " )
20
+ System .out .println (" ------------------------------------------------------------\n " )
21
+ System .out .println (" ------------------------------------------------------------\n " )
22
+ System .out .println (" ------------------------------------------------------------\n " )
15
23
16
24
IDPCmd ().subcommands(
17
25
RunCmd (),
You can’t perform that action at this time.
0 commit comments