mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-11 16:29:08 +01:00
removed submodule
This commit is contained in:
parent
1f5351eeaf
commit
94f6a53be7
@ -65,6 +65,8 @@ dependencies {
|
||||
|
||||
// api
|
||||
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")
|
||||
|
@ -75,7 +75,7 @@ class Main {
|
||||
|
||||
@JvmStatic
|
||||
fun main(args: Array<String>) {
|
||||
val app = Javalin.create().start(7000)
|
||||
val app = Javalin.create().start(4567)
|
||||
app["/", { ctx: Context -> ctx.result("Hello World") }]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user