calidion
12/20/2024, 6:11 AMcall.respond(
VelocityContent("templates/index.vl", mapOf("user" to sampleUser)),
)
this code is not compilable with kotlin. Got an error message:
No value passed for parameter 'typeInfo'
anyone can tell how to fix?Aleksei Tirman [JB]
12/20/2024, 8:37 AMimport io.ktor.server.response.respond
calidion
12/21/2024, 9:22 AMcalidion
12/21/2024, 9:28 AMUnable to find resource 'templates/index.vl'
got such an exception.