From c260d348d79de88d230cbc44678d57297884247a Mon Sep 17 00:00:00 2001 From: efim Date: Sat, 23 Sep 2023 16:28:14 +0000 Subject: [PATCH] feat: filtering countries on GET index --- .../src/main/resources/templates/index.html | 10 ++++++++-- .../src/main/scala/example/Routes.scala | 11 +++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/16-countries-page-from-api/src/main/resources/templates/index.html b/16-countries-page-from-api/src/main/resources/templates/index.html index 66b19ed..6f9e5bc 100644 --- a/16-countries-page-from-api/src/main/resources/templates/index.html +++ b/16-countries-page-from-api/src/main/resources/templates/index.html @@ -8,6 +8,7 @@ + @@ -41,8 +42,12 @@