mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
removed submodule
This commit is contained in:
@@ -65,6 +65,8 @@ dependencies {
|
|||||||
|
|
||||||
// api
|
// api
|
||||||
implementation("io.javalin:javalin:3.12.0")
|
implementation("io.javalin:javalin:3.12.0")
|
||||||
|
implementation("org.slf4j:slf4j-simple:1.8.0-beta4")
|
||||||
|
implementation("org.slf4j:slf4j-api:1.8.0-beta4")
|
||||||
|
|
||||||
|
|
||||||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class Main {
|
|||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
val app = Javalin.create().start(7000)
|
val app = Javalin.create().start(4567)
|
||||||
app["/", { ctx: Context -> ctx.result("Hello World") }]
|
app["/", { ctx: Context -> ctx.result("Hello World") }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user