is it possible to embed fritz in an existing ktor application? The situation is: I have an existing project that is using kweb. but kweb was discontinued. The majority of the server is a rest API that's just using ktor. but then there's a small web frontend that currently uses kweb. and the way kweb worked was it added as a ktor plugin and handled any routes that weren't already defined.