I have a running api at `/api/..` to add a reat fr...
# ktor
e
I have a running api at
/api/..
to add a reat frontend I've added
Copy code
static {
            default("web/build/index.html")
            files("web/build")
        }
to servie files generated with
build script
, is this the preffered way to that? Do I need to add anything else?