From 404febe9aea6b0eb50845fc7c72cd0cae713dc4f Mon Sep 17 00:00:00 2001 From: Aleksei Tirman Date: Wed, 9 Oct 2024 23:04:05 +0300 Subject: [PATCH] Remove comment --- chat/src/backendMain/kotlin/ChatApplication.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/chat/src/backendMain/kotlin/ChatApplication.kt b/chat/src/backendMain/kotlin/ChatApplication.kt index 2d047001..a9fe098e 100644 --- a/chat/src/backendMain/kotlin/ChatApplication.kt +++ b/chat/src/backendMain/kotlin/ChatApplication.kt @@ -124,13 +124,6 @@ class ChatApplication { // This defines a block of static resources for the '/' path (since no path is specified and we start at '/') staticResources("", "web") -// static { -// // This marks index.html from the 'web' folder in resources as the default file to serve. -// defaultResource("index.html", "web") -// // This serves files from the 'web' folder in the application resources. -// resources("web") -// } - } }