mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
fix(connector): VDMJ call on server
This commit is contained in:
@@ -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?}") {
|
||||||
|
|||||||
Reference in New Issue
Block a user