mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-17 22:14:13 +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.*
|
||||
|
||||
fun Route.vdmjRouting() {
|
||||
val vdmj = VDMJ()
|
||||
val vdmj = VDMJ
|
||||
|
||||
route("/vdmj") {
|
||||
get("{exp?}") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user