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