Skip to content

Commit

Permalink
Update Main
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajkapica committed Jun 25, 2024
1 parent b02858a commit 0bd12d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/main/scala/Main.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import server.Server

object Main {

def main(args: Array[String]): Unit = Server.run()

}

0 comments on commit 0bd12d5

Please sign in to comment.