Skip to content

Commit

Permalink
Update Main.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsmiai authored Sep 7, 2023
1 parent 8072e0e commit 6127cdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/kotlin/id/walt/idp/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ import id.walt.webwallet.backend.context.WalletContextManager
fun main(args: Array<String>) {
ServiceMatrix("service-matrix.properties")
ServiceRegistry.registerService<ContextManager>(WalletContextManager)

System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")
System.out.println("------------------------------------------------------------\n")

IDPCmd().subcommands(
RunCmd(),
Expand Down

0 comments on commit 6127cdf

Please sign in to comment.