mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-22 18:47:37 -05:00
show a message when playground is enabled
This commit is contained in:
@@ -82,6 +82,7 @@ class Server(
|
||||
new StringResponse(200, str)
|
||||
}
|
||||
)
|
||||
println("Playground enabled on /demo/index.html")
|
||||
}
|
||||
|
||||
val server: picoserve.Server = serverBuilder.build()
|
||||
|
||||
Reference in New Issue
Block a user