Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stexxe committed Oct 9, 2024
1 parent df056a0 commit 404febe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chat/src/backendMain/kotlin/ChatApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
// }

}
}

Expand Down

0 comments on commit 404febe

Please sign in to comment.