feat(01): Simple initial landing

This commit is contained in:
Jakub Zych
2026-02-05 13:01:34 +01:00
parent d502bb19a5
commit 7b5fe94e53
8 changed files with 295 additions and 11 deletions

View File

@@ -10,6 +10,6 @@ import javax.sql.DataSource
object Routes {
val routes: Routes[DataSource, Response] =
HealthRoutes.routes
LandingRoutes.routes ++ HealthRoutes.routes
}