package com.pinapelz.frontend
import io.javalin.Javalin
fun startFrontend() {
val app = Javalin.create()
.get("/") { ctx -> ctx.result("WIP. Not much here yet") }
.start(7070)
}
send patches to the email below yukais@pinapelz.com
include the subject [PATCH repo_name]