mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 06:24:12 +02:00
fix(connector): VDMJ call on server
This commit is contained in:
parent
a7c0fc9d3d
commit
5bb332238c
@ -7,7 +7,7 @@ import io.ktor.server.response.*
|
|||||||
import io.ktor.server.routing.*
|
import io.ktor.server.routing.*
|
||||||
|
|
||||||
fun Route.vdmjRouting() {
|
fun Route.vdmjRouting() {
|
||||||
val vdmj = VDMJ()
|
val vdmj = VDMJ
|
||||||
|
|
||||||
route("/vdmj") {
|
route("/vdmj") {
|
||||||
get("{exp?}") {
|
get("{exp?}") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user