diff --git a/connector/server/src/main/kotlin/io/anthonyberg/connector/routes/VDMJRoutes.kt b/connector/server/src/main/kotlin/io/anthonyberg/connector/routes/VDMJRoutes.kt index 6d51142..ed1a6b9 100644 --- a/connector/server/src/main/kotlin/io/anthonyberg/connector/routes/VDMJRoutes.kt +++ b/connector/server/src/main/kotlin/io/anthonyberg/connector/routes/VDMJRoutes.kt @@ -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?}") {