Skip to content

Commit

Permalink
Merge pull request #3052 from HenrikJannsen/fix-http-api-main-class-r…
Browse files Browse the repository at this point in the history
…eference

Fix reference to http api main class
  • Loading branch information
HenrikJannsen authored Dec 11, 2024
2 parents aa29442 + 2969488 commit 26ec6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/http-api-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}

application {
mainClass.set("bisq.rest_api_node.RestApiApp")
mainClass.set("bisq.http_api_node.HttpApiApp")
}

dependencies {
Expand Down

0 comments on commit 26ec6a5

Please sign in to comment.