From 854189967f27a652c0c6bf0a03670aa37e2f8576 Mon Sep 17 00:00:00 2001 From: LQ63 Date: Sun, 12 Oct 2025 15:18:55 +0200 Subject: [PATCH] Added WebUI observer, added route to see latestOutput. For some reason the WebUI Observer doesn't execute it's methods for writing stuff into latestOutput. This has something to do with how the threads work --- .../app/components/WebApplicationConfiguration.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knockoutwhistweb/app/components/WebApplicationConfiguration.scala b/knockoutwhistweb/app/components/WebApplicationConfiguration.scala index 5124c2b..3b174df 100644 --- a/knockoutwhistweb/app/components/WebApplicationConfiguration.scala +++ b/knockoutwhistweb/app/components/WebApplicationConfiguration.scala @@ -2,8 +2,8 @@ package components import de.knockoutwhist.components.DefaultConfiguration -class WebApplicationConfiguration extends DefaultConfiguration { +//class WebApplicationConfiguration extends DefaultConfiguration { -} +//}