Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed Oct 14, 2024
1 parent 2dba3e6 commit 447de20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/net/sportsday/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import net.sportsday.bin.main as Seeder
fun main(args: Array<String>): Unit = EngineMain.main(args)

fun Application.module() {
println("Launching SportsDay API")
// Seed data for demo
Seeder()

Expand Down

0 comments on commit 447de20

Please sign in to comment.