fixup! Add ktor dependencies and basic server
This commit is contained in:
parent
3e33f84416
commit
6f94dedbe3
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
package com.wbrawner.twigs.server
|
||||
|
||||
import io.ktor.application.*
|
||||
import io.ktor.response.*
|
||||
import io.ktor.routing.*
|
||||
|
||||
fun main(args: Array<String>): Unit = io.ktor.server.cio.EngineMain.main(args)
|
||||
|
|
Loading…
Reference in a new issue