Cyrus Arora

Results 2 comments of Cyrus Arora

Hi, I have also been trying to figure out how to implement this. I've been trying to serve the index file using a reactive route handler and transforming it with...

Sure. Note that it is Kotlin code. ``` // this path was derived by debugging QuinoaUIResourceHandler.class const val INDEX_FILE_PATH_IN_JAR = "META-INF/webui/index.html" /** * This class replaces Quinoa's SPA router */...