mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-11 18:58:06 -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)
|
new StringResponse(200, str)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
println("Playground enabled on /demo/index.html")
|
||||||
}
|
}
|
||||||
|
|
||||||
val server: picoserve.Server = serverBuilder.build()
|
val server: picoserve.Server = serverBuilder.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user