Skip to content

Commit

Permalink
Update port from FoxyInternalAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Jan 19, 2025
1 parent 15244c3 commit 9bd3a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FoxyInternalAPI(
val foxy: FoxyInstance
) {
init {
embeddedServer(Netty, port = 8080) {
embeddedServer(Netty, port = foxy.config.others.statsSenderPort) {
install(ContentNegotiation) {
json()
}
Expand Down

0 comments on commit 9bd3a89

Please sign in to comment.