mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-20 01:43:57 +00:00
feat: Change default port to avoid using existing port
This commit is contained in:
@@ -26,7 +26,7 @@ internal object StartAPICommand : Runnable {
|
||||
description = ["The port to listen on."],
|
||||
showDefaultValue = CommandLine.Help.Visibility.ALWAYS,
|
||||
)
|
||||
private var port: Int = 8080
|
||||
private var port: Int = 8888
|
||||
|
||||
override fun run() {
|
||||
embeddedServer(Jetty, port, host) {
|
||||
|
||||
Reference in New Issue
Block a user