show a message when playground is enabled

This commit is contained in:
hrj 2022-10-11 07:30:58 +05:30
parent 58c6e96dc9
commit 907210f229
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class Server(
new StringResponse(200, str)
}
)
println("Playground enabled on /demo/index.html")
}
val server: picoserve.Server = serverBuilder.build()